Html Css Color HEX #BBF0D7 Aero Blue

📋 copy color: '#BBF0D7'

red 187 ◦ green 240 ◦ blue 215

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

Shades of Aero Blue #BBF0D7

Tints of Aero Blue #BBF0D7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.38%

 BLUE value IS 215 (84.38% from 255) = 33.49%

R = 29.13%
G = 37.38%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BBF0D7 (or 0xBBF0D7) is known color: Aero Blue. HEX triplet: BB, F0 and D7. RGB value is (187,240,215). Sum of RGB (Red+Green+Blue) = 187+240+215=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0D7 is #440F28. Grayscale: #DDDDDD. Windows color (decimal): -4460329 or 14151867. OLE color: 14151867.

HSL color Cylindrical-coordinate representation of color #BBF0D7: hue angle of 151.7º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0D7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 215 -
CMYK 0.22 0 0.10 0.06
HSL 151.7º 0.64% 0.84% -
HSV(B) 151.7º 0.22% 0.94% -
XYZ 63.92 77.79 75.94 -
YUV 221.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 187 240 215 0.22 0 0.10 0.06 151.7 0.64 0.84
Hex BB F0 D7 16 0 A 6 98 40 54
Octal 273 360 327 26 0 12 6 230 100 124
Binary 10111011 11110000 11010111 10110 0 1010 110 10011000 1000000 1010100

Color Harmonies of #BBF0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0D7

Black with #BBF0D7

Text Example


Text Example

White with #BBF0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0D7; }

 p { color: rgb(187,240,215); }

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

background-color css

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

 a { background-color: rgb(187,240,215); }

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

border-color css

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

 span { border-color: rgb(187,240,215); }

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