#BBE8C0

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

Shades of Fringy Flower #BBE8C0

Tints of Fringy Flower #BBE8C0

Color information

#BBE8C0 (or 0xBBE8C0) is unknown color: approx Fringy Flower. HEX triplet: BB, E8 and C0. RGB value is (187,232,192). Sum of RGB (Red+Green+Blue) = 187+232+192=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8C0 is #44173F. Grayscale: #D6D6D6. Windows color (decimal): -4462400 or 12642491. OLE color: 12642491.

HSL color Cylindrical-coordinate representation of color #BBE8C0: hue angle of 126.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB187232192-
CMYK0.1900.170.09
HSL126.67º49.45%82.16%-
HSV(B)126.67º19.4%90.98%-
XYZ58.8672.0860.68-
YUV213.98115.59108.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=30.61%
G=37.97%
B=31.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872321920.1900.170.09126.6749.4582.16
HexBBE8C01301197f3152
Octal273350300230211117761122
Binary10111011111010001100000010011010001100111111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8C0; }

 p { color: rgb(187,232,192); }

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

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

 a { background-color: rgb(187,232,192); }

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

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

 span { border-color: rgb(187,232,192); }

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