Html Css Color HEX #BBDDCB Aero Blue

📋 copy color: '#BBDDCB'

red 187 ◦ green 221 ◦ blue 203

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

Shades of Aero Blue #BBDDCB

Tints of Aero Blue #BBDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 30.61%
G = 36.17%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BBDDCB (or 0xBBDDCB) is known color: Aero Blue. HEX triplet: BB, DD and CB. RGB value is (187,221,203). Sum of RGB (Red+Green+Blue) = 187+221+203=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCB is #442234. Grayscale: #D0D0D0. Windows color (decimal): -4465205 or 13360571. OLE color: 13360571.

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

Color convert

RGB 187 221 203 -
CMYK 0.15 0 0.08 0.13
HSL 148.24º 0.33% 0.8% -
HSV(B) 148.24º 0.15% 0.87% -
XYZ 57.13 66.59 66.34 -
YUV 208.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 187 221 203 0.15 0 0.08 0.13 148.24 0.33 0.8
Hex BB DD CB F 0 8 D 94 21 50
Octal 273 335 313 17 0 10 15 224 41 120
Binary 10111011 11011101 11001011 1111 0 1000 1101 10010100 100001 1010000

Color Harmonies of #BBDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDCB

Black with #BBDDCB

Text Example


Text Example

White with #BBDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDCB; }

 p { color: rgb(187,221,203); }

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

background-color css

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

 a { background-color: rgb(187,221,203); }

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

border-color css

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

 span { border-color: rgb(187,221,203); }

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