#BBEBBD

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

Shades of Fringy Flower #BBEBBD

Tints of Fringy Flower #BBEBBD

Color information

#BBEBBD (or 0xBBEBBD) is unknown color: approx Fringy Flower. HEX triplet: BB, EB and BD. RGB value is (187,235,189). Sum of RGB (Red+Green+Blue) = 187+235+189=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBBD is #441442. Grayscale: #D7D7D7. Windows color (decimal): -4461635 or 12446651. OLE color: 12446651.

HSL color Cylindrical-coordinate representation of color #BBEBBD: hue angle of 122.5º degrees, saturation: 0.55, 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 #BBEBBD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB187235189-
CMYK0.2000.200.08
HSL122.5º54.55%82.75%-
HSV(B)122.5º20.43%92.16%-
XYZ59.3973.6659.23-
YUV215.4113.1107.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=30.61%
G=38.46%
B=30.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872351890.2000.200.08122.554.5582.75
HexBBEBBD1401487a3753
Octal273353275240241017267123
Binary10111011111010111011110110100010100100011110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBBD; }

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

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

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

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

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

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

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

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