#B9FBC1

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

Shades of Fringy Flower #B9FBC1

Tints of Fringy Flower #B9FBC1

Color information

#B9FBC1 (or 0xB9FBC1) is unknown color: approx Fringy Flower. HEX triplet: B9, FB and C1. RGB value is (185,251,193). Sum of RGB (Red+Green+Blue) = 185+251+193=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBC1 is #46043E. Grayscale: #E0E0E0. Windows color (decimal): -4588607 or 12712889. OLE color: 12712889.

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

Color convert

RGB185251193-
CMYK0.2600.230.02
HSL127.27º89.19%85.49%-
HSV(B)127.27º26.29%98.43%-
XYZ64.1383.1663.12-
YUV224.65110.1399.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.41%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=29.41%
G=39.90%
B=30.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511930.2600.230.02127.2789.1985.49
HexB9FBC11A01727f5955
Octal271373301320272177131125
Binary1011100111111011110000011101001011110111111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBC1; }

 p { color: rgb(185,251,193); }

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

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

 a { background-color: rgb(185,251,193); }

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

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

 span { border-color: rgb(185,251,193); }

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