Html Css Color HEX #BCFDD7 Aero Blue

📋 copy color: '#BCFDD7'

red 188 ◦ green 253 ◦ blue 215

#BCFDD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BCFDD7

Tints of Aero Blue #BCFDD7

RGB

 RED value IS 188 (73.83% from 255) = 28.66%

 GREEN value IS 253 (99.22% from 255) = 38.57%

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 28.66%
G = 38.57%
B = 32.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCFDD7 (or 0xBCFDD7) is known color: Aero Blue. HEX triplet: BC, FD and D7. RGB value is (188,253,215). Sum of RGB (Red+Green+Blue) = 188+253+215=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD7 is #430228. Grayscale: #E5E5E5. Windows color (decimal): -4391465 or 14155196. OLE color: 14155196.

HSL color Cylindrical-coordinate representation of color #BCFDD7: hue angle of 144.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 215 -
CMYK 0.26 0 0.15 0.01
HSL 144.92º 0.94% 0.86% -
HSV(B) 144.92º 0.26% 0.99% -
XYZ 68.13 85.85 77.27 -
YUV 229.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 188 253 215 0.26 0 0.15 0.01 144.92 0.94 0.86
Hex BC FD D7 1A 0 F 1 91 5E 56
Octal 274 375 327 32 0 17 1 221 136 126
Binary 10111100 11111101 11010111 11010 0 1111 1 10010001 1011110 1010110

Color Harmonies of #BCFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDD7

Black with #BCFDD7

Text Example


Text Example

White with #BCFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDD7; }

 p { color: rgb(188,253,215); }

 H1.HeaderClassName
 {
   color: #BCFDD7;
 }
 .AnyTagClassName
 {
   color: #BCFDD7;
 }
</style>

background-color css

<style>
 a { background-color: #BCFDD7; }

 a { background-color: rgb(188,253,215); }

 div.DivClassName
 {
   background-color: #BCFDD7;
 }
 .BgClassName
 {
   background-color: #BCFDD7;
 }
</style>

border-color css

<style>
 span { border-color: #BCFDD7; }

 span { border-color: rgb(188,253,215); }

 td.TdClassName
 {
   border-color: #BCFDD7;
 }
 .TagClassName
 {
   border-color: #BCFDD7;
 }
</style>