#BCE8BA

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

Shades of Fringy Flower #BCE8BA

Tints of Fringy Flower #BCE8BA

Color information

#BCE8BA (or 0xBCE8BA) is unknown color: approx Fringy Flower. HEX triplet: BC, E8 and BA. RGB value is (188,232,186). Sum of RGB (Red+Green+Blue) = 188+232+186=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8BA is #431745. Grayscale: #D5D5D5. Windows color (decimal): -4396870 or 12249276. OLE color: 12249276.

HSL color Cylindrical-coordinate representation of color #BCE8BA: hue angle of 117.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE8BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB188232186-
CMYK0.1900.200.09
HSL117.39º50%81.96%-
HSV(B)117.39º19.83%90.98%-
XYZ58.4671.9557.26-
YUV213.6112.42109.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=31.02%
G=38.28%
B=30.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321860.1900.200.09117.395081.96
HexBCE8BA130149753252
Octal274350272230241116562122
Binary10111100111010001011101010011010100100111101011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8BA; }

 p { color: rgb(188,232,186); }

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

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

 a { background-color: rgb(188,232,186); }

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

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

 span { border-color: rgb(188,232,186); }

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