#BBE9C3

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

Shades of Fringy Flower #BBE9C3

Tints of Fringy Flower #BBE9C3

Color information

#BBE9C3 (or 0xBBE9C3) is unknown color: approx Fringy Flower. HEX triplet: BB, E9 and C3. RGB value is (187,233,195). Sum of RGB (Red+Green+Blue) = 187+233+195=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9C3 is #44163C. Grayscale: #D7D7D7. Windows color (decimal): -4462141 or 12839355. OLE color: 12839355.

HSL color Cylindrical-coordinate representation of color #BBE9C3: hue angle of 130.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9C3 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB187233195-
CMYK0.2000.160.09
HSL130.43º51.11%82.35%-
HSV(B)130.43º19.74%91.37%-
XYZ59.4872.7862.54-
YUV214.91116.76108.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=30.41%
G=37.89%
B=31.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331950.2000.160.09130.4351.1182.35
HexBBE9C3140109823352
Octal273351303240201120263122
Binary101110111110100111000011101000100001001100000101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9C3; }

 p { color: rgb(187,233,195); }

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

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

 a { background-color: rgb(187,233,195); }

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

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

 span { border-color: rgb(187,233,195); }

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