#BCEBBD

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

Shades of Fringy Flower #BCEBBD

Tints of Fringy Flower #BCEBBD

Color information

#BCEBBD (or 0xBCEBBD) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and BD. RGB value is (188,235,189). Sum of RGB (Red+Green+Blue) = 188+235+189=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBD is #431442. Grayscale: #D7D7D7. Windows color (decimal): -4396099 or 12446652. OLE color: 12446652.

HSL color Cylindrical-coordinate representation of color #BCEBBD: hue angle of 121.28º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBBD is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB188235189-
CMYK0.200.200.08
HSL121.28º54.02%82.94%-
HSV(B)121.28º20%92.16%-
XYZ59.6373.7859.24-
YUV215.7112.93108.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=30.72%
G=38.40%
B=30.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351890.200.200.08121.2854.0282.94
HexBCEBBD140148793653
Octal274353275240241017166123
Binary10111100111010111011110110100010100100011110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBBD; }

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

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

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

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

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

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

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

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