#BBEDBD

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

Shades of Fringy Flower #BBEDBD

Tints of Fringy Flower #BBEDBD

Color information

#BBEDBD (or 0xBBEDBD) is unknown color: approx Fringy Flower. HEX triplet: BB, ED and BD. RGB value is (187,237,189). Sum of RGB (Red+Green+Blue) = 187+237+189=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBD is #441242. Grayscale: #D8D8D8. Windows color (decimal): -4461123 or 12447163. OLE color: 12447163.

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

Color convert

RGB187237189-
CMYK0.2100.200.07
HSL122.4º58.14%83.14%-
HSV(B)122.4º21.1%92.94%-
XYZ59.9674.8159.42-
YUV216.58112.44106.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=30.51%
G=38.66%
B=30.83%

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
Decimal1872371890.2100.200.07122.458.1483.14
HexBBEDBD1501477a3a53
Octal27335527525024717272123
Binary1011101111101101101111011010101010011111110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDBD; }

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

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

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

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

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

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

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

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