#BCEDBB

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

Shades of Fringy Flower #BCEDBB

Tints of Fringy Flower #BCEDBB

Color information

#BCEDBB (or 0xBCEDBB) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and BB. RGB value is (188,237,187). Sum of RGB (Red+Green+Blue) = 188+237+187=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDBB is #431244. Grayscale: #D8D8D8. Windows color (decimal): -4395589 or 12316092. OLE color: 12316092.

HSL color Cylindrical-coordinate representation of color #BCEDBB: hue angle of 118.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDBB is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB188237187-
CMYK0.2100.210.07
HSL118.8º58.14%83.14%-
HSV(B)118.8º21.1%92.94%-
XYZ59.9974.8558.3-
YUV216.65111.27107.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=30.72%
G=38.73%
B=30.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371870.2100.210.07118.858.1483.14
HexBCEDBB150157773a53
Octal27435527325025716772123
Binary1011110011101101101110111010101010111111101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDBB; }

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

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

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

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

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

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

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

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