#BCE5E3

Color #BCE5E3 Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #BCE5E3

Tints of Mabel #BCE5E3

Color information

#BCE5E3 (or 0xBCE5E3) is unknown color: approx Mabel. HEX triplet: BC, E5 and E3. RGB value is (188,229,227). Sum of RGB (Red+Green+Blue) = 188+229+227=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5E3 is #431A1C. Grayscale: #D8D8D8. Windows color (decimal): -4397597 or 14935484. OLE color: 14935484.

HSL color Cylindrical-coordinate representation of color #BCE5E3: hue angle of 177.07º degrees, saturation: 0.44, 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 #BCE5E3 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB188229227-
CMYK0.1800.010.10
HSL177.07º44.09%81.76%-
HSV(B)177.07º17.9%89.8%-
XYZ62.6272.2883.32-
YUV216.51133.92107.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=29.19%
G=35.56%
B=35.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882292270.1800.010.10177.0744.0981.76
HexBCE5E31201Ab12c52
Octal27434534322011226154122
Binary10111100111001011110001110010011010101100011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5E3; }

 p { color: rgb(188,229,227); }

 H1.HeaderClassName
 {
   color: #BCE5E3;
 }
 .AnyTagClassName
 {
   color: #BCE5E3;
 }
</style>
background-color css

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

 a { background-color: rgb(188,229,227); }

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

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

 span { border-color: rgb(188,229,227); }

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