Html Css Color HEX #BCDCC9 Aero Blue

📋 copy color: '#BCDCC9'

red 188 ◦ green 220 ◦ blue 201

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

Shades of Aero Blue #BCDCC9

Tints of Aero Blue #BCDCC9

RGB

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

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

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

R = 30.87%
G = 36.12%
B = 33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BCDCC9 (or 0xBCDCC9) is known color: Aero Blue. HEX triplet: BC, DC and C9. RGB value is (188,220,201). Sum of RGB (Red+Green+Blue) = 188+220+201=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC9 is #432336. Grayscale: #D0D0D0. Windows color (decimal): -4399927 or 13229244. OLE color: 13229244.

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

Color convert

RGB 188 220 201 -
CMYK 0.15 0 0.09 0.14
HSL 144.38º 0.31% 0.8% -
HSV(B) 144.38º 0.15% 0.86% -
XYZ 56.87 66.09 65.02 -
YUV 208.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 188 220 201 0.15 0 0.09 0.14 144.38 0.31 0.8
Hex BC DC C9 F 0 9 E 90 1F 50
Octal 274 334 311 17 0 11 16 220 37 120
Binary 10111100 11011100 11001001 1111 0 1001 1110 10010000 11111 1010000

Color Harmonies of #BCDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCC9

Black with #BCDCC9

Text Example


Text Example

White with #BCDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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