Html Css Color HEX #BBDCCB Aero Blue

📋 copy color: '#BBDCCB'

red 187 ◦ green 220 ◦ blue 203

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

Shades of Aero Blue #BBDCCB

Tints of Aero Blue #BBDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 30.66%
G = 36.07%
B = 33.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BBDCCB (or 0xBBDCCB) is known color: Aero Blue. HEX triplet: BB, DC and CB. RGB value is (187,220,203). Sum of RGB (Red+Green+Blue) = 187+220+203=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCB is #442334. Grayscale: #D0D0D0. Windows color (decimal): -4465461 or 13360315. OLE color: 13360315.

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

Color convert

RGB 187 220 203 -
CMYK 0.15 0 0.08 0.14
HSL 149.09º 0.32% 0.8% -
HSV(B) 149.09º 0.15% 0.86% -
XYZ 56.87 66.06 66.25 -
YUV 208.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 187 220 203 0.15 0 0.08 0.14 149.09 0.32 0.8
Hex BB DC CB F 0 8 E 95 20 50
Octal 273 334 313 17 0 10 16 225 40 120
Binary 10111011 11011100 11001011 1111 0 1000 1110 10010101 100000 1010000

Color Harmonies of #BBDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCCB

Black with #BBDCCB

Text Example


Text Example

White with #BBDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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