#BBE1BD

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

Shades of Fringy Flower #BBE1BD

Tints of Fringy Flower #BBE1BD

Color information

#BBE1BD (or 0xBBE1BD) is unknown color: approx Fringy Flower. HEX triplet: BB, E1 and BD. RGB value is (187,225,189). Sum of RGB (Red+Green+Blue) = 187+225+189=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1BD is #441E42. Grayscale: #D1D1D1. Windows color (decimal): -4464195 or 12444091. OLE color: 12444091.

HSL color Cylindrical-coordinate representation of color #BBE1BD: hue angle of 123.16º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB187225189-
CMYK0.1700.160.12
HSL123.16º38.78%80.78%-
HSV(B)123.16º16.89%88.24%-
XYZ56.668.0958.3-
YUV209.53116.41111.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=31.11%
G=37.44%
B=31.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872251890.1700.160.12123.1638.7880.78
HexBBE1BD11010C7b2751
Octal273341275210201417347121
Binary10111011111000011011110110001010000110011110111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1BD; }

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

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

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

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

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

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

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

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