Html Css Color HEX #BCECD3 Aero Blue

📋 copy color: '#BCECD3'

red 188 ◦ green 236 ◦ blue 211

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

Shades of Aero Blue #BCECD3

Tints of Aero Blue #BCECD3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 211 (82.81% from 255) = 33.23%

R = 29.61%
G = 37.17%
B = 33.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BCECD3 (or 0xBCECD3) is known color: Aero Blue. HEX triplet: BC, EC and D3. RGB value is (188,236,211). Sum of RGB (Red+Green+Blue) = 188+236+211=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD3 is #43132C. Grayscale: #DADADA. Windows color (decimal): -4395821 or 13888700. OLE color: 13888700.

HSL color Cylindrical-coordinate representation of color #BCECD3: hue angle of 148.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECD3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 211 -
CMYK 0.20 0 0.11 0.07
HSL 148.75º 0.56% 0.83% -
HSV(B) 148.75º 0.2% 0.93% -
XYZ 62.49 75.39 72.89 -
YUV 218.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 188 236 211 0.20 0 0.11 0.07 148.75 0.56 0.83
Hex BC EC D3 14 0 B 7 95 38 53
Octal 274 354 323 24 0 13 7 225 70 123
Binary 10111100 11101100 11010011 10100 0 1011 111 10010101 111000 1010011

Color Harmonies of #BCECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECD3

Black with #BCECD3

Text Example


Text Example

White with #BCECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECD3; }

 p { color: rgb(188,236,211); }

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

background-color css

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

 a { background-color: rgb(188,236,211); }

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

border-color css

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

 span { border-color: rgb(188,236,211); }

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