Html Css Color HEX #BCDDCC Aero Blue

📋 copy color: '#BCDDCC'

red 188 ◦ green 221 ◦ blue 204

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

Shades of Aero Blue #BCDDCC

Tints of Aero Blue #BCDDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 30.67%
G = 36.05%
B = 33.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BCDDCC (or 0xBCDDCC) is known color: Aero Blue. HEX triplet: BC, DD and CC. RGB value is (188,221,204). Sum of RGB (Red+Green+Blue) = 188+221+204=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCC is #432233. Grayscale: #D1D1D1. Windows color (decimal): -4399668 or 13426108. OLE color: 13426108.

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

Color convert

RGB 188 221 204 -
CMYK 0.15 0 0.08 0.13
HSL 149.09º 0.33% 0.8% -
HSV(B) 149.09º 0.15% 0.87% -
XYZ 57.49 66.76 66.98 -
YUV 209.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 188 221 204 0.15 0 0.08 0.13 149.09 0.33 0.8
Hex BC DD CC F 0 8 D 95 21 50
Octal 274 335 314 17 0 10 15 225 41 120
Binary 10111100 11011101 11001100 1111 0 1000 1101 10010101 100001 1010000

Color Harmonies of #BCDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDCC

Black with #BCDDCC

Text Example


Text Example

White with #BCDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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