#BBFAC0

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

Shades of Fringy Flower #BBFAC0

Tints of Fringy Flower #BBFAC0

Color information

#BBFAC0 (or 0xBBFAC0) is unknown color: approx Fringy Flower. HEX triplet: BB, FA and C0. RGB value is (187,250,192). Sum of RGB (Red+Green+Blue) = 187+250+192=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC0 is #44053F. Grayscale: #E0E0E0. Windows color (decimal): -4457792 or 12647099. OLE color: 12647099.

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

Color convert

RGB187250192-
CMYK0.2500.230.02
HSL124.76º86.3%85.69%-
HSV(B)124.76º25.2%98.04%-
XYZ64.1982.7462.46-
YUV224.55109.63101.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=29.73%
G=39.75%
B=30.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501920.2500.230.02124.7686.385.69
HexBBFAC01901727d5656
Octal273372300310272175126126
Binary1011101111111010110000001100101011110111110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAC0; }

 p { color: rgb(187,250,192); }

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

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

 a { background-color: rgb(187,250,192); }

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

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

 span { border-color: rgb(187,250,192); }

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