Html Css Color HEX #BBF8D4 Aero Blue

📋 copy color: '#BBF8D4'

red 187 ◦ green 248 ◦ blue 212

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

Shades of Aero Blue #BBF8D4

Tints of Aero Blue #BBF8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.77%

R = 28.9%
G = 38.33%
B = 32.77%

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

#BBF8D4 (or 0xBBF8D4) is known color: Aero Blue. HEX triplet: BB, F8 and D4. RGB value is (187,248,212). Sum of RGB (Red+Green+Blue) = 187+248+212=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D4 is #44072B. Grayscale: #E1E1E1. Windows color (decimal): -4458284 or 13957307. OLE color: 13957307.

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

Color convert

RGB 187 248 212 -
CMYK 0.25 0 0.15 0.03
HSL 144.59º 0.81% 0.85% -
HSV(B) 144.59º 0.25% 0.97% -
XYZ 65.94 82.45 74.73 -
YUV 225.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 187 248 212 0.25 0 0.15 0.03 144.59 0.81 0.85
Hex BB F8 D4 19 0 F 3 91 51 55
Octal 273 370 324 31 0 17 3 221 121 125
Binary 10111011 11111000 11010100 11001 0 1111 11 10010001 1010001 1010101

Color Harmonies of #BBF8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8D4

Black with #BBF8D4

Text Example


Text Example

White with #BBF8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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