#BCE0BD

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

Shades of Fringy Flower #BCE0BD

Tints of Fringy Flower #BCE0BD

Color information

#BCE0BD (or 0xBCE0BD) is unknown color: approx Fringy Flower. HEX triplet: BC, E0 and BD. RGB value is (188,224,189). Sum of RGB (Red+Green+Blue) = 188+224+189=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0BD is #431F42. Grayscale: #D1D1D1. Windows color (decimal): -4398915 or 12443836. OLE color: 12443836.

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

Color convert

RGB188224189-
CMYK0.1600.160.12
HSL121.67º36.73%80.78%-
HSV(B)121.67º16.07%87.84%-
XYZ56.5867.6858.22-
YUV209.25116.57112.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=31.28%
G=37.27%
B=31.45%

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
Decimal1882241890.1600.160.12121.6736.7380.78
HexBCE0BD10010C7a2551
Octal274340275200201417245121
Binary10111100111000001011110110000010000110011110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0BD; }

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

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

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

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

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

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

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

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