#BBE2BD

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

Shades of Fringy Flower #BBE2BD

Tints of Fringy Flower #BBE2BD

Color information

#BBE2BD (or 0xBBE2BD) is unknown color: approx Fringy Flower. HEX triplet: BB, E2 and BD. RGB value is (187,226,189). Sum of RGB (Red+Green+Blue) = 187+226+189=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2BD is #441D42. Grayscale: #D2D2D2. Windows color (decimal): -4463939 or 12444347. OLE color: 12444347.

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

Color convert

RGB187226189-
CMYK0.1700.160.11
HSL123.08º40.21%80.98%-
HSV(B)123.08º17.26%88.63%-
XYZ56.8868.6358.39-
YUV210.12116.08111.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=31.06%
G=37.54%
B=31.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872261890.1700.160.11123.0840.2180.98
HexBBE2BD11010B7b2851
Octal273342275210201317350121
Binary10111011111000101011110110001010000101111110111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2BD; }

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

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

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

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

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

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

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

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