Html Css Color HEX #BBF8D2 Aero Blue

📋 copy color: '#BBF8D2'

red 187 ◦ green 248 ◦ blue 210

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

Shades of Aero Blue #BBF8D2

Tints of Aero Blue #BBF8D2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.45%

 BLUE value IS 210 (82.42% from 255) = 32.56%

R = 28.99%
G = 38.45%
B = 32.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#BBF8D2 (or 0xBBF8D2) is known color: Aero Blue. HEX triplet: BB, F8 and D2. RGB value is (187,248,210). Sum of RGB (Red+Green+Blue) = 187+248+210=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D2 is #44072D. Grayscale: #E1E1E1. Windows color (decimal): -4458286 or 13826235. OLE color: 13826235.

HSL color Cylindrical-coordinate representation of color #BBF8D2: hue angle of 142.62º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8D2 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 210 -
CMYK 0.25 0 0.15 0.03
HSL 142.62º 0.81% 0.85% -
HSV(B) 142.62º 0.25% 0.97% -
XYZ 65.69 82.35 73.41 -
YUV 225.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 187 248 210 0.25 0 0.15 0.03 142.62 0.81 0.85
Hex BB F8 D2 19 0 F 3 8F 51 55
Octal 273 370 322 31 0 17 3 217 121 125
Binary 10111011 11111000 11010010 11001 0 1111 11 10001111 1010001 1010101

Color Harmonies of #BBF8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8D2

Black with #BBF8D2

Text Example


Text Example

White with #BBF8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8D2; }

 p { color: rgb(187,248,210); }

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

background-color css

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

 a { background-color: rgb(187,248,210); }

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

border-color css

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

 span { border-color: rgb(187,248,210); }

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