Html Css Color HEX #BCDBC9 Aero Blue

📋 copy color: '#BCDBC9'

red 188 ◦ green 219 ◦ blue 201

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

Shades of Aero Blue #BCDBC9

Tints of Aero Blue #BCDBC9

RGB

 RED value IS 188 (73.83% from 255) = 30.92%

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 201 (78.91% from 255) = 33.06%

R = 30.92%
G = 36.02%
B = 33.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BCDBC9 (or 0xBCDBC9) is known color: Aero Blue. HEX triplet: BC, DB and C9. RGB value is (188,219,201). Sum of RGB (Red+Green+Blue) = 188+219+201=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC9 is #432436. Grayscale: #CFCFCF. Windows color (decimal): -4400183 or 13228988. OLE color: 13228988.

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

Color convert

RGB 188 219 201 -
CMYK 0.14 0 0.08 0.14
HSL 145.16º 0.3% 0.8% -
HSV(B) 145.16º 0.14% 0.86% -
XYZ 56.61 65.57 64.93 -
YUV 207.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 188 219 201 0.14 0 0.08 0.14 145.16 0.3 0.8
Hex BC DB C9 E 0 8 E 91 1E 50
Octal 274 333 311 16 0 10 16 221 36 120
Binary 10111100 11011011 11001001 1110 0 1000 1110 10010001 11110 1010000

Color Harmonies of #BCDBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBC9

Black with #BCDBC9

Text Example


Text Example

White with #BCDBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBC9; }

 p { color: rgb(188,219,201); }

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

background-color css

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

 a { background-color: rgb(188,219,201); }

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

border-color css

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

 span { border-color: rgb(188,219,201); }

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