#BCE3BB

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

Shades of Fringy Flower #BCE3BB

Tints of Fringy Flower #BCE3BB

Color information

#BCE3BB (or 0xBCE3BB) is unknown color: approx Fringy Flower. HEX triplet: BC, E3 and BB. RGB value is (188,227,187). Sum of RGB (Red+Green+Blue) = 188+227+187=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3BB is #431C44. Grayscale: #D2D2D2. Windows color (decimal): -4398149 or 12313532. OLE color: 12313532.

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

Color convert

RGB188227187-
CMYK0.1700.180.11
HSL118.5º41.67%81.18%-
HSV(B)118.5º17.62%89.02%-
XYZ57.1869.2257.36-
YUV210.78114.58111.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=31.23%
G=37.71%
B=31.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882271870.1700.180.11118.541.6781.18
HexBCE3BB11012B762a51
Octal274343273210221316652121
Binary10111100111000111011101110001010010101111101101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3BB; }

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

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

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

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

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

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

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

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