Html Css Color HEX #BCE6CE Aero Blue

📋 copy color: '#BCE6CE'

red 188 ◦ green 230 ◦ blue 206

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

Shades of Aero Blue #BCE6CE

Tints of Aero Blue #BCE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.86%

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

R = 30.13%
G = 36.86%
B = 33.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BCE6CE (or 0xBCE6CE) is known color: Aero Blue. HEX triplet: BC, E6 and CE. RGB value is (188,230,206). Sum of RGB (Red+Green+Blue) = 188+230+206=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6CE is #431931. Grayscale: #D6D6D6. Windows color (decimal): -4397362 or 13559484. OLE color: 13559484.

HSL color Cylindrical-coordinate representation of color #BCE6CE: hue angle of 145.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6CE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 206 -
CMYK 0.18 0 0.10 0.10
HSL 145.71º 0.46% 0.82% -
HSV(B) 145.71º 0.18% 0.9% -
XYZ 60.18 71.74 69.07 -
YUV 214.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 188 230 206 0.18 0 0.10 0.10 145.71 0.46 0.82
Hex BC E6 CE 12 0 A A 92 2E 52
Octal 274 346 316 22 0 12 12 222 56 122
Binary 10111100 11100110 11001110 10010 0 1010 1010 10010010 101110 1010010

Color Harmonies of #BCE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6CE

Black with #BCE6CE

Text Example


Text Example

White with #BCE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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