Html Css Color HEX #BCDDCA Aero Blue

📋 copy color: '#BCDDCA'

red 188 ◦ green 221 ◦ blue 202

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

Shades of Aero Blue #BCDDCA

Tints of Aero Blue #BCDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 30.77%
G = 36.17%
B = 33.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BCDDCA (or 0xBCDDCA) is known color: Aero Blue. HEX triplet: BC, DD and CA. RGB value is (188,221,202). Sum of RGB (Red+Green+Blue) = 188+221+202=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCA is #432235. Grayscale: #D1D1D1. Windows color (decimal): -4399670 or 13295036. OLE color: 13295036.

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

Color convert

RGB 188 221 202 -
CMYK 0.15 0 0.09 0.13
HSL 145.45º 0.33% 0.8% -
HSV(B) 145.45º 0.15% 0.87% -
XYZ 57.26 66.67 65.73 -
YUV 208.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 188 221 202 0.15 0 0.09 0.13 145.45 0.33 0.8
Hex BC DD CA F 0 9 D 91 21 50
Octal 274 335 312 17 0 11 15 221 41 120
Binary 10111100 11011101 11001010 1111 0 1001 1101 10010001 100001 1010000

Color Harmonies of #BCDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDCA

Black with #BCDDCA

Text Example


Text Example

White with #BCDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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