Html Css Color HEX #BBFCDE Aero Blue

📋 copy color: '#BBFCDE'

red 187 ◦ green 252 ◦ blue 222

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

Shades of Aero Blue #BBFCDE

Tints of Aero Blue #BBFCDE

RGB

 RED value IS 187 (73.44% from 255) = 28.29%

 GREEN value IS 252 (98.83% from 255) = 38.12%

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 28.29%
G = 38.12%
B = 33.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#BBFCDE (or 0xBBFCDE) is known color: Aero Blue. HEX triplet: BB, FC and DE. RGB value is (187,252,222). Sum of RGB (Red+Green+Blue) = 187+252+222=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDE is #440321. Grayscale: #E5E5E5. Windows color (decimal): -4457250 or 14613691. OLE color: 14613691.

HSL color Cylindrical-coordinate representation of color #BBFCDE: hue angle of 152.31º degrees, saturation: 0.92, 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 #BBFCDE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 222 -
CMYK 0.26 0 0.12 0.01
HSL 152.31º 0.92% 0.86% -
HSV(B) 152.31º 0.26% 0.99% -
XYZ 68.49 85.46 81.99 -
YUV 229.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 187 252 222 0.26 0 0.12 0.01 152.31 0.92 0.86
Hex BB FC DE 1A 0 C 1 98 5C 56
Octal 273 374 336 32 0 14 1 230 134 126
Binary 10111011 11111100 11011110 11010 0 1100 1 10011000 1011100 1010110

Color Harmonies of #BBFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCDE

Black with #BBFCDE

Text Example


Text Example

White with #BBFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCDE; }

 p { color: rgb(187,252,222); }

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

background-color css

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

 a { background-color: rgb(187,252,222); }

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

border-color css

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

 span { border-color: rgb(187,252,222); }

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