#B9FDC1

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

Shades of Fringy Flower #B9FDC1

Tints of Fringy Flower #B9FDC1

Color information

#B9FDC1 (or 0xB9FDC1) is unknown color: approx Fringy Flower. HEX triplet: B9, FD and C1. RGB value is (185,253,193). Sum of RGB (Red+Green+Blue) = 185+253+193=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDC1 is #46023E. Grayscale: #E1E1E1. Windows color (decimal): -4588095 or 12713401. OLE color: 12713401.

HSL color Cylindrical-coordinate representation of color #B9FDC1: hue angle of 127.06º 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 #B9FDC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB185253193-
CMYK0.2700.240.01
HSL127.06º94.44%85.88%-
HSV(B)127.06º26.88%99.22%-
XYZ64.7684.4263.33-
YUV225.83109.4798.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=29.32%
G=40.10%
B=30.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531930.2700.240.01127.0694.4485.88
HexB9FDC11B01817f5e56
Octal271375301330301177136126
Binary101110011111110111000001110110110001111111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDC1; }

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

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

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

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

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

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

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

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