#BCE0BE

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

Shades of Fringy Flower #BCE0BE

Tints of Fringy Flower #BCE0BE

Color information

#BCE0BE (or 0xBCE0BE) is unknown color: approx Fringy Flower. HEX triplet: BC, E0 and BE. RGB value is (188,224,190). Sum of RGB (Red+Green+Blue) = 188+224+190=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0BE is #431F41. Grayscale: #D1D1D1. Windows color (decimal): -4398914 or 12509372. OLE color: 12509372.

HSL color Cylindrical-coordinate representation of color #BCE0BE: hue angle of 123.33º degrees, saturation: 0.37, 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 #BCE0BE is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB188224190-
CMYK0.1600.150.12
HSL123.33º36.73%80.78%-
HSV(B)123.33º16.07%87.84%-
XYZ56.6967.7258.8-
YUV209.36117.07112.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=31.23%
G=37.21%
B=31.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241900.1600.150.12123.3336.7380.78
HexBCE0BE100FC7b2551
Octal274340276200171417345121
Binary1011110011100000101111101000001111110011110111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0BE; }

 p { color: rgb(188,224,190); }

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

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

 a { background-color: rgb(188,224,190); }

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

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

 span { border-color: rgb(188,224,190); }

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