Html Css Color HEX #BBDCCA Aero Blue

📋 copy color: '#BBDCCA'

red 187 ◦ green 220 ◦ blue 202

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

Shades of Aero Blue #BBDCCA

Tints of Aero Blue #BBDCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 30.71%
G = 36.12%
B = 33.17%

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

#BBDCCA (or 0xBBDCCA) is known color: Aero Blue. HEX triplet: BB, DC and CA. RGB value is (187,220,202). Sum of RGB (Red+Green+Blue) = 187+220+202=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCA is #442335. Grayscale: #D0D0D0. Windows color (decimal): -4465462 or 13294779. OLE color: 13294779.

HSL color Cylindrical-coordinate representation of color #BBDCCA: hue angle of 147.27º 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 #BBDCCA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 202 -
CMYK 0.15 0 0.08 0.14
HSL 147.27º 0.32% 0.8% -
HSV(B) 147.27º 0.15% 0.86% -
XYZ 56.75 66.02 65.63 -
YUV 208.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 187 220 202 0.15 0 0.08 0.14 147.27 0.32 0.8
Hex BB DC CA F 0 8 E 93 20 50
Octal 273 334 312 17 0 10 16 223 40 120
Binary 10111011 11011100 11001010 1111 0 1000 1110 10010011 100000 1010000

Color Harmonies of #BBDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCCA

Black with #BBDCCA

Text Example


Text Example

White with #BBDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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