#BBFDB9

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

Shades of Fringy Flower #BBFDB9

Tints of Fringy Flower #BBFDB9

Color information

#BBFDB9 (or 0xBBFDB9) is unknown color: approx Fringy Flower. HEX triplet: BB, FD and B9. RGB value is (187,253,185). Sum of RGB (Red+Green+Blue) = 187+253+185=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB9 is #440246. Grayscale: #E1E1E1. Windows color (decimal): -4457031 or 12189115. OLE color: 12189115.

HSL color Cylindrical-coordinate representation of color #BBFDB9: hue angle of 118.24º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFDB9 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB187253185-
CMYK0.2600.270.01
HSL118.24º94.44%85.88%-
HSV(B)118.24º26.88%99.22%-
XYZ64.3884.3258.78-
YUV225.51105.13100.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=29.92%
G=40.48%
B=29.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531850.2600.270.01118.2494.4485.88
HexBBFDB91A01B1765e56
Octal273375271320331166136126
Binary101110111111110110111001110100110111111011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB9; }

 p { color: rgb(187,253,185); }

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

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

 a { background-color: rgb(187,253,185); }

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

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

 span { border-color: rgb(187,253,185); }

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