#BCEDBE

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

Shades of Fringy Flower #BCEDBE

Tints of Fringy Flower #BCEDBE

Color information

#BCEDBE (or 0xBCEDBE) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and BE. RGB value is (188,237,190). Sum of RGB (Red+Green+Blue) = 188+237+190=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDBE is #431241. Grayscale: #D9D9D9. Windows color (decimal): -4395586 or 12512700. OLE color: 12512700.

HSL color Cylindrical-coordinate representation of color #BCEDBE: hue angle of 122.45º 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 #BCEDBE is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB188237190-
CMYK0.2100.200.07
HSL122.45º57.65%83.33%-
HSV(B)122.45º20.68%92.94%-
XYZ60.3274.9860.01-
YUV216.99112.77107.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=30.57%
G=38.54%
B=30.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371900.2100.200.07122.4557.6583.33
HexBCEDBE1501477a3a53
Octal27435527625024717272123
Binary1011110011101101101111101010101010011111110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDBE; }

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

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

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

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

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

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

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

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