#BCE1BD

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

Shades of Fringy Flower #BCE1BD

Tints of Fringy Flower #BCE1BD

Color information

#BCE1BD (or 0xBCE1BD) is unknown color: approx Fringy Flower. HEX triplet: BC, E1 and BD. RGB value is (188,225,189). Sum of RGB (Red+Green+Blue) = 188+225+189=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1BD is #431E42. Grayscale: #D1D1D1. Windows color (decimal): -4398659 or 12444092. OLE color: 12444092.

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

Color convert

RGB188225189-
CMYK0.1600.160.12
HSL121.62º38.14%80.98%-
HSV(B)121.62º16.44%88.24%-
XYZ56.8568.2258.31-
YUV209.83116.24112.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=31.23%
G=37.38%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251890.1600.160.12121.6238.1480.98
HexBCE1BD10010C7a2651
Octal274341275200201417246121
Binary10111100111000011011110110000010000110011110101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1BD; }

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

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

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

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

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

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

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

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