Html Css Color HEX #BCE2CE Aero Blue

📋 copy color: '#BCE2CE'

red 188 ◦ green 226 ◦ blue 206

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

Shades of Aero Blue #BCE2CE

Tints of Aero Blue #BCE2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.45%

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

R = 30.32%
G = 36.45%
B = 33.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#BCE2CE (or 0xBCE2CE) is known color: Aero Blue. HEX triplet: BC, E2 and CE. RGB value is (188,226,206). Sum of RGB (Red+Green+Blue) = 188+226+206=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2CE is #431D31. Grayscale: #D4D4D4. Windows color (decimal): -4398386 or 13558460. OLE color: 13558460.

HSL color Cylindrical-coordinate representation of color #BCE2CE: hue angle of 148.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2CE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 206 -
CMYK 0.17 0 0.09 0.11
HSL 148.42º 0.4% 0.81% -
HSV(B) 148.42º 0.17% 0.89% -
XYZ 59.08 69.54 68.7 -
YUV 212.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 188 226 206 0.17 0 0.09 0.11 148.42 0.4 0.81
Hex BC E2 CE 11 0 9 B 94 28 51
Octal 274 342 316 21 0 11 13 224 50 121
Binary 10111100 11100010 11001110 10001 0 1001 1011 10010100 101000 1010001

Color Harmonies of #BCE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2CE

Black with #BCE2CE

Text Example


Text Example

White with #BCE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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