Html Css Color HEX #BBDDCA Aero Blue

📋 copy color: '#BBDDCA'

red 187 ◦ green 221 ◦ blue 202

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

Shades of Aero Blue #BBDDCA

Tints of Aero Blue #BBDDCA

RGB

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

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

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

R = 30.66%
G = 36.23%
B = 33.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BBDDCA (or 0xBBDDCA) is known color: Aero Blue. HEX triplet: BB, DD and CA. RGB value is (187,221,202). Sum of RGB (Red+Green+Blue) = 187+221+202=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCA is #442235. Grayscale: #D0D0D0. Windows color (decimal): -4465206 or 13295035. OLE color: 13295035.

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

Color convert

RGB 187 221 202 -
CMYK 0.15 0 0.09 0.13
HSL 146.47º 0.33% 0.8% -
HSV(B) 146.47º 0.15% 0.87% -
XYZ 57.01 66.54 65.72 -
YUV 208.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 187 221 202 0.15 0 0.09 0.13 146.47 0.33 0.8
Hex BB DD CA F 0 9 D 92 21 50
Octal 273 335 312 17 0 11 15 222 41 120
Binary 10111011 11011101 11001010 1111 0 1001 1101 10010010 100001 1010000

Color Harmonies of #BBDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDCA

Black with #BBDDCA

Text Example


Text Example

White with #BBDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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