Html Css Color HEX #BCDDCE Aero Blue

📋 copy color: '#BCDDCE'

red 188 ◦ green 221 ◦ blue 206

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

Shades of Aero Blue #BCDDCE

Tints of Aero Blue #BCDDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 30.57%
G = 35.93%
B = 33.5%

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

#BCDDCE (or 0xBCDDCE) is known color: Aero Blue. HEX triplet: BC, DD and CE. RGB value is (188,221,206). Sum of RGB (Red+Green+Blue) = 188+221+206=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCE is #432231. Grayscale: #D1D1D1. Windows color (decimal): -4399666 or 13557180. OLE color: 13557180.

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

Color convert

RGB 188 221 206 -
CMYK 0.15 0 0.07 0.13
HSL 152.73º 0.33% 0.8% -
HSV(B) 152.73º 0.15% 0.87% -
XYZ 57.74 66.86 68.25 -
YUV 209.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 188 221 206 0.15 0 0.07 0.13 152.73 0.33 0.8
Hex BC DD CE F 0 7 D 99 21 50
Octal 274 335 316 17 0 7 15 231 41 120
Binary 10111100 11011101 11001110 1111 0 111 1101 10011001 100001 1010000

Color Harmonies of #BCDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDCE

Black with #BCDDCE

Text Example


Text Example

White with #BCDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDCE; }

 p { color: rgb(188,221,206); }

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

background-color css

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

 a { background-color: rgb(188,221,206); }

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

border-color css

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

 span { border-color: rgb(188,221,206); }

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