Html Css Color HEX #BCF0D6 Aero Blue

📋 copy color: '#BCF0D6'

red 188 ◦ green 240 ◦ blue 214

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

Shades of Aero Blue #BCF0D6

Tints of Aero Blue #BCF0D6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.38%

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 29.28%
G = 37.38%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#BCF0D6 (or 0xBCF0D6) is known color: Aero Blue. HEX triplet: BC, F0 and D6. RGB value is (188,240,214). Sum of RGB (Red+Green+Blue) = 188+240+214=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0D6 is #430F29. Grayscale: #DDDDDD. Windows color (decimal): -4394794 or 14086332. OLE color: 14086332.

HSL color Cylindrical-coordinate representation of color #BCF0D6: hue angle of 150º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0D6 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 214 -
CMYK 0.22 0 0.11 0.06
HSL 150º 0.63% 0.84% -
HSV(B) 150º 0.22% 0.94% -
XYZ 64.04 77.87 75.27 -
YUV 221.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 188 240 214 0.22 0 0.11 0.06 150 0.63 0.84
Hex BC F0 D6 16 0 B 6 96 3F 54
Octal 274 360 326 26 0 13 6 226 77 124
Binary 10111100 11110000 11010110 10110 0 1011 110 10010110 111111 1010100

Color Harmonies of #BCF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0D6

Black with #BCF0D6

Text Example


Text Example

White with #BCF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0D6; }

 p { color: rgb(188,240,214); }

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

background-color css

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

 a { background-color: rgb(188,240,214); }

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

border-color css

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

 span { border-color: rgb(188,240,214); }

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