#BBEABD

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

Shades of Fringy Flower #BBEABD

Tints of Fringy Flower #BBEABD

Color information

#BBEABD (or 0xBBEABD) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and BD. RGB value is (187,234,189). Sum of RGB (Red+Green+Blue) = 187+234+189=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEABD is #441542. Grayscale: #D6D6D6. Windows color (decimal): -4461891 or 12446395. OLE color: 12446395.

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

Color convert

RGB187234189-
CMYK0.2000.190.08
HSL122.55º52.81%82.55%-
HSV(B)122.55º20.09%91.76%-
XYZ59.173.0859.14-
YUV214.82113.43108.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=30.66%
G=38.36%
B=30.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341890.2000.190.08122.5552.8182.55
HexBBEABD1401387b3553
Octal273352275240231017365123
Binary10111011111010101011110110100010011100011110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEABD; }

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

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

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

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

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

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

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

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