#BBFBBA

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

Shades of Fringy Flower #BBFBBA

Tints of Fringy Flower #BBFBBA

Color information

#BBFBBA (or 0xBBFBBA) is unknown color: approx Fringy Flower. HEX triplet: BB, FB and BA. RGB value is (187,251,186). Sum of RGB (Red+Green+Blue) = 187+251+186=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBA is #440445. Grayscale: #E0E0E0. Windows color (decimal): -4457542 or 12254139. OLE color: 12254139.

HSL color Cylindrical-coordinate representation of color #BBFBBA: hue angle of 119.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFBBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB187251186-
CMYK0.2500.260.02
HSL119.08º89.04%85.69%-
HSV(B)119.08º25.9%98.43%-
XYZ63.8583.159.13-
YUV224.45106.3101.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=29.97%
G=40.22%
B=29.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511860.2500.260.02119.0889.0485.69
HexBBFBBA1901A2775956
Octal273373272310322167131126
Binary1011101111111011101110101100101101010111011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBBA; }

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

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

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

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

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

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

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

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