#BBDEBE

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

Shades of Fringy Flower #BBDEBE

Tints of Fringy Flower #BBDEBE

Color information

#BBDEBE (or 0xBBDEBE) is unknown color: approx Fringy Flower. HEX triplet: BB, DE and BE. RGB value is (187,222,190). Sum of RGB (Red+Green+Blue) = 187+222+190=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEBE is #442141. Grayscale: #CFCFCF. Windows color (decimal): -4464962 or 12508859. OLE color: 12508859.

HSL color Cylindrical-coordinate representation of color #BBDEBE: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEBE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB187222190-
CMYK0.1600.140.13
HSL125.14º34.65%80.2%-
HSV(B)125.14º15.77%87.06%-
XYZ55.9166.5358.61-
YUV207.89117.9113.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=31.22%
G=37.06%
B=31.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221900.1600.140.13125.1434.6580.2
HexBBDEBE100ED7d2350
Octal273336276200161517543120
Binary1011101111011110101111101000001110110111111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEBE; }

 p { color: rgb(187,222,190); }

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

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

 a { background-color: rgb(187,222,190); }

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

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

 span { border-color: rgb(187,222,190); }

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