#BBE7BD

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

Shades of Fringy Flower #BBE7BD

Tints of Fringy Flower #BBE7BD

Color information

#BBE7BD (or 0xBBE7BD) is unknown color: approx Fringy Flower. HEX triplet: BB, E7 and BD. RGB value is (187,231,189). Sum of RGB (Red+Green+Blue) = 187+231+189=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7BD is #441842. Grayscale: #D5D5D5. Windows color (decimal): -4462659 or 12445627. OLE color: 12445627.

HSL color Cylindrical-coordinate representation of color #BBE7BD: hue angle of 122.73º degrees, saturation: 0.48, 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 #BBE7BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB187231189-
CMYK0.1900.180.09
HSL122.73º47.83%81.96%-
HSV(B)122.73º19.05%90.59%-
XYZ58.2571.3958.85-
YUV213.06114.42109.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=30.81%
G=38.06%
B=31.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872311890.1900.180.09122.7347.8381.96
HexBBE7BD1301297b3052
Octal273347275230221117360122
Binary10111011111001111011110110011010010100111110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7BD; }

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

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

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

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

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

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

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

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