Html Css Color HEX #BBDFCD Aero Blue

📋 copy color: '#BBDFCD'

red 187 ◦ green 223 ◦ blue 205

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

Shades of Aero Blue #BBDFCD

Tints of Aero Blue #BBDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

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

R = 30.41%
G = 36.26%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BBDFCD (or 0xBBDFCD) is known color: Aero Blue. HEX triplet: BB, DF and CD. RGB value is (187,223,205). Sum of RGB (Red+Green+Blue) = 187+223+205=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFCD is #442032. Grayscale: #D2D2D2. Windows color (decimal): -4464691 or 13492155. OLE color: 13492155.

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

Color convert

RGB 187 223 205 -
CMYK 0.16 0 0.08 0.13
HSL 150º 0.36% 0.8% -
HSV(B) 150º 0.16% 0.87% -
XYZ 57.9 67.75 67.78 -
YUV 210.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 187 223 205 0.16 0 0.08 0.13 150 0.36 0.8
Hex BB DF CD 10 0 8 D 96 24 50
Octal 273 337 315 20 0 10 15 226 44 120
Binary 10111011 11011111 11001101 10000 0 1000 1101 10010110 100100 1010000

Color Harmonies of #BBDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFCD

Black with #BBDFCD

Text Example


Text Example

White with #BBDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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