Html Css Color HEX #BBFBDD Aero Blue

📋 copy color: '#BBFBDD'

red 187 ◦ green 251 ◦ blue 221

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

Shades of Aero Blue #BBFBDD

Tints of Aero Blue #BBFBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 28.38%
G = 38.09%
B = 33.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BBFBDD (or 0xBBFBDD) is known color: Aero Blue. HEX triplet: BB, FB and DD. RGB value is (187,251,221). Sum of RGB (Red+Green+Blue) = 187+251+221=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDD is #440422. Grayscale: #E4E4E4. Windows color (decimal): -4457507 or 14547899. OLE color: 14547899.

HSL color Cylindrical-coordinate representation of color #BBFBDD: hue angle of 151.88º 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 #BBFBDD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 221 -
CMYK 0.25 0 0.12 0.02
HSL 151.88º 0.89% 0.86% -
HSV(B) 151.88º 0.25% 0.98% -
XYZ 68.04 84.78 81.18 -
YUV 228.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 187 251 221 0.25 0 0.12 0.02 151.88 0.89 0.86
Hex BB FB DD 19 0 C 2 98 59 56
Octal 273 373 335 31 0 14 2 230 131 126
Binary 10111011 11111011 11011101 11001 0 1100 10 10011000 1011001 1010110

Color Harmonies of #BBFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBDD

Black with #BBFBDD

Text Example


Text Example

White with #BBFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBDD; }

 p { color: rgb(187,251,221); }

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

background-color css

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

 a { background-color: rgb(187,251,221); }

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

border-color css

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

 span { border-color: rgb(187,251,221); }

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