Html Css Color HEX #BCFBD6 Aero Blue

📋 copy color: '#BCFBD6'

red 188 ◦ green 251 ◦ blue 214

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

Shades of Aero Blue #BCFBD6

Tints of Aero Blue #BCFBD6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.44%

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

R = 28.79%
G = 38.44%
B = 32.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#BCFBD6 (or 0xBCFBD6) is known color: Aero Blue. HEX triplet: BC, FB and D6. RGB value is (188,251,214). Sum of RGB (Red+Green+Blue) = 188+251+214=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD6 is #430429. Grayscale: #E4E4E4. Windows color (decimal): -4391978 or 14089148. OLE color: 14089148.

HSL color Cylindrical-coordinate representation of color #BCFBD6: hue angle of 144.76º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 214 -
CMYK 0.25 0 0.15 0.02
HSL 144.76º 0.89% 0.86% -
HSV(B) 144.76º 0.25% 0.98% -
XYZ 67.37 84.54 76.39 -
YUV 227.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 188 251 214 0.25 0 0.15 0.02 144.76 0.89 0.86
Hex BC FB D6 19 0 F 2 91 59 56
Octal 274 373 326 31 0 17 2 221 131 126
Binary 10111100 11111011 11010110 11001 0 1111 10 10010001 1011001 1010110

Color Harmonies of #BCFBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBD6

Black with #BCFBD6

Text Example


Text Example

White with #BCFBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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