Html Css Color HEX #BBF5DC Aero Blue

📋 copy color: '#BBF5DC'

red 187 ◦ green 245 ◦ blue 220

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

Shades of Aero Blue #BBF5DC

Tints of Aero Blue #BBF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.58%

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 28.68%
G = 37.58%
B = 33.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BBF5DC (or 0xBBF5DC) is known color: Aero Blue. HEX triplet: BB, F5 and DC. RGB value is (187,245,220). Sum of RGB (Red+Green+Blue) = 187+245+220=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DC is #440A23. Grayscale: #E0E0E0. Windows color (decimal): -4459044 or 14480827. OLE color: 14480827.

HSL color Cylindrical-coordinate representation of color #BBF5DC: hue angle of 154.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5DC is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 220 -
CMYK 0.24 0 0.10 0.04
HSL 154.14º 0.74% 0.85% -
HSV(B) 154.14º 0.24% 0.96% -
XYZ 66.06 81.04 79.87 -
YUV 224.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 187 245 220 0.24 0 0.10 0.04 154.14 0.74 0.85
Hex BB F5 DC 18 0 A 4 9A 4A 55
Octal 273 365 334 30 0 12 4 232 112 125
Binary 10111011 11110101 11011100 11000 0 1010 100 10011010 1001010 1010101

Color Harmonies of #BBF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5DC

Black with #BBF5DC

Text Example


Text Example

White with #BBF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5DC; }

 p { color: rgb(187,245,220); }

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

background-color css

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

 a { background-color: rgb(187,245,220); }

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

border-color css

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

 span { border-color: rgb(187,245,220); }

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