Html Css Color HEX #BCE1CE Aero Blue

📋 copy color: '#BCE1CE'

red 188 ◦ green 225 ◦ blue 206

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

Shades of Aero Blue #BCE1CE

Tints of Aero Blue #BCE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.35%

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

R = 30.37%
G = 36.35%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BCE1CE (or 0xBCE1CE) is known color: Aero Blue. HEX triplet: BC, E1 and CE. RGB value is (188,225,206). Sum of RGB (Red+Green+Blue) = 188+225+206=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CE is #431E31. Grayscale: #D3D3D3. Windows color (decimal): -4398642 or 13558204. OLE color: 13558204.

HSL color Cylindrical-coordinate representation of color #BCE1CE: hue angle of 149.19º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1CE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 206 -
CMYK 0.16 0 0.08 0.12
HSL 149.19º 0.38% 0.81% -
HSV(B) 149.19º 0.16% 0.88% -
XYZ 58.8 69 68.61 -
YUV 211.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 188 225 206 0.16 0 0.08 0.12 149.19 0.38 0.81
Hex BC E1 CE 10 0 8 C 95 26 51
Octal 274 341 316 20 0 10 14 225 46 121
Binary 10111100 11100001 11001110 10000 0 1000 1100 10010101 100110 1010001

Color Harmonies of #BCE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1CE

Black with #BCE1CE

Text Example


Text Example

White with #BCE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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