Html Css Color HEX #BBDFCC Aero Blue

📋 copy color: '#BBDFCC'

red 187 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #BBDFCC

Tints of Aero Blue #BBDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 30.46%
G = 36.32%
B = 33.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BBDFCC (or 0xBBDFCC) is known color: Aero Blue. HEX triplet: BB, DF and CC. RGB value is (187,223,204). Sum of RGB (Red+Green+Blue) = 187+223+204=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFCC is #442033. Grayscale: #D2D2D2. Windows color (decimal): -4464692 or 13426619. OLE color: 13426619.

HSL color Cylindrical-coordinate representation of color #BBDFCC: hue angle of 148.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFCC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 204 -
CMYK 0.16 0 0.09 0.13
HSL 148.33º 0.36% 0.8% -
HSV(B) 148.33º 0.16% 0.87% -
XYZ 57.78 67.7 67.15 -
YUV 210.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 187 223 204 0.16 0 0.09 0.13 148.33 0.36 0.8
Hex BB DF CC 10 0 9 D 94 24 50
Octal 273 337 314 20 0 11 15 224 44 120
Binary 10111011 11011111 11001100 10000 0 1001 1101 10010100 100100 1010000

Color Harmonies of #BBDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFCC

Black with #BBDFCC

Text Example


Text Example

White with #BBDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFCC; }

 p { color: rgb(187,223,204); }

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

background-color css

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

 a { background-color: rgb(187,223,204); }

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

border-color css

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

 span { border-color: rgb(187,223,204); }

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