#BCE1BB

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

Shades of Fringy Flower #BCE1BB

Tints of Fringy Flower #BCE1BB

Color information

#BCE1BB (or 0xBCE1BB) is unknown color: approx Fringy Flower. HEX triplet: BC, E1 and BB. RGB value is (188,225,187). Sum of RGB (Red+Green+Blue) = 188+225+187=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1BB is #431E44. Grayscale: #D1D1D1. Windows color (decimal): -4398661 or 12313020. OLE color: 12313020.

HSL color Cylindrical-coordinate representation of color #BCE1BB: hue angle of 118.42º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE1BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB188225187-
CMYK0.1600.170.12
HSL118.42º38.78%80.78%-
HSV(B)118.42º16.89%88.24%-
XYZ56.6368.1357.18-
YUV209.6115.24112.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=31.33%
G=37.5%
B=31.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251870.1600.170.12118.4238.7880.78
HexBCE1BB10011C762751
Octal274341273200211416647121
Binary10111100111000011011101110000010001110011101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1BB; }

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

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

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

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

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

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

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

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