Html Css Color HEX #BBDDCD Aero Blue

📋 copy color: '#BBDDCD'

red 187 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #BBDDCD

Tints of Aero Blue #BBDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 30.51%
G = 36.05%
B = 33.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BBDDCD (or 0xBBDDCD) is known color: Aero Blue. HEX triplet: BB, DD and CD. RGB value is (187,221,205). Sum of RGB (Red+Green+Blue) = 187+221+205=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCD is #442232. Grayscale: #D1D1D1. Windows color (decimal): -4465203 or 13491643. OLE color: 13491643.

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

Color convert

RGB 187 221 205 -
CMYK 0.15 0 0.07 0.13
HSL 151.76º 0.33% 0.8% -
HSV(B) 151.76º 0.15% 0.87% -
XYZ 57.37 66.69 67.61 -
YUV 209.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 187 221 205 0.15 0 0.07 0.13 151.76 0.33 0.8
Hex BB DD CD F 0 7 D 98 21 50
Octal 273 335 315 17 0 7 15 230 41 120
Binary 10111011 11011101 11001101 1111 0 111 1101 10011000 100001 1010000

Color Harmonies of #BBDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDCD

Black with #BBDDCD

Text Example


Text Example

White with #BBDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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