#BCE2BB

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

Shades of Fringy Flower #BCE2BB

Tints of Fringy Flower #BCE2BB

Color information

#BCE2BB (or 0xBCE2BB) is unknown color: approx Fringy Flower. HEX triplet: BC, E2 and BB. RGB value is (188,226,187). Sum of RGB (Red+Green+Blue) = 188+226+187=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2BB is #431D44. Grayscale: #D2D2D2. Windows color (decimal): -4398405 or 12313276. OLE color: 12313276.

HSL color Cylindrical-coordinate representation of color #BCE2BB: hue angle of 118.46º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB188226187-
CMYK0.1700.170.11
HSL118.46º40.21%80.98%-
HSV(B)118.46º17.26%88.63%-
XYZ56.9168.6757.27-
YUV210.19114.91112.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=31.28%
G=37.60%
B=31.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261870.1700.170.11118.4640.2180.98
HexBCE2BB11011B762851
Octal274342273210211316650121
Binary10111100111000101011101110001010001101111101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2BB; }

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

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

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

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

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

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

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

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