#BBF7BA

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

Shades of Fringy Flower #BBF7BA

Tints of Fringy Flower #BBF7BA

Color information

#BBF7BA (or 0xBBF7BA) is unknown color: approx Fringy Flower. HEX triplet: BB, F7 and BA. RGB value is (187,247,186). Sum of RGB (Red+Green+Blue) = 187+247+186=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7BA is #440845. Grayscale: #DEDEDE. Windows color (decimal): -4458566 or 12253115. OLE color: 12253115.

HSL color Cylindrical-coordinate representation of color #BBF7BA: hue angle of 119.02º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF7BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB187247186-
CMYK0.2400.250.03
HSL119.02º79.22%84.9%-
HSV(B)119.02º24.7%96.86%-
XYZ62.6280.6358.72-
YUV222.11107.62102.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 247 (96.88% from 255) = 39.84%
BLUE value IS 186 (73.05% from 255) = 30%
R=30.16%
G=39.84%
B=30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872471860.2400.250.03119.0279.2284.9
HexBBF7BA180193774f55
Octal273367272300313167117125
Binary1011101111110111101110101100001100111111011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7BA; }

 p { color: rgb(187,247,186); }

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

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

 a { background-color: rgb(187,247,186); }

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

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

 span { border-color: rgb(187,247,186); }

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