#BBE0BF

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

Shades of Fringy Flower #BBE0BF

Tints of Fringy Flower #BBE0BF

Color information

#BBE0BF (or 0xBBE0BF) is unknown color: approx Fringy Flower. HEX triplet: BB, E0 and BF. RGB value is (187,224,191). Sum of RGB (Red+Green+Blue) = 187+224+191=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BF is #441F40. Grayscale: #D1D1D1. Windows color (decimal): -4464449 or 12574907. OLE color: 12574907.

HSL color Cylindrical-coordinate representation of color #BBE0BF: hue angle of 126.49º degrees, saturation: 0.37, 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 #BBE0BF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB187224191-
CMYK0.1700.150.12
HSL126.49º37.37%80.59%-
HSV(B)126.49º16.52%87.84%-
XYZ56.5567.6459.36-
YUV209.18117.74112.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 191 (75% from 255) = 31.73%
R=31.06%
G=37.21%
B=31.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241910.1700.150.12126.4937.3780.59
HexBBE0BF110FC7e2551
Octal273340277210171417645121
Binary1011101111100000101111111000101111110011111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0BF; }

 p { color: rgb(187,224,191); }

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

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

 a { background-color: rgb(187,224,191); }

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

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

 span { border-color: rgb(187,224,191); }

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