#B9FFC0

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

Shades of Fringy Flower #B9FFC0

Tints of Fringy Flower #B9FFC0

Color information

#B9FFC0 (or 0xB9FFC0) is unknown color: approx Fringy Flower. HEX triplet: B9, FF and C0. RGB value is (185,255,192). Sum of RGB (Red+Green+Blue) = 185+255+192=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC0 is #46003F. Grayscale: #E3E3E3. Windows color (decimal): -4587584 or 12648377. OLE color: 12648377.

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

Color convert

RGB185255192-
CMYK0.2700.250
HSL126º100%86.27%-
HSV(B)126º27.45%100%-
XYZ65.2885.6462.96-
YUV226.89108.3198.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=29.27%
G=40.35%
B=30.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551920.2700.25012610086.27
HexB9FFC01B01907e6456
Octal271377300330310176144126
Binary101110011111111111000000110110110010111111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFC0; }

 p { color: rgb(185,255,192); }

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

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

 a { background-color: rgb(185,255,192); }

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

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

 span { border-color: rgb(185,255,192); }

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