#B7F1C1

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

Shades of Fringy Flower #B7F1C1

Tints of Fringy Flower #B7F1C1

Color information

#B7F1C1 (or 0xB7F1C1) is unknown color: approx Fringy Flower. HEX triplet: B7, F1 and C1. RGB value is (183,241,193). Sum of RGB (Red+Green+Blue) = 183+241+193=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1C1 is #480E3E. Grayscale: #DADADA. Windows color (decimal): -4722239 or 12710327. OLE color: 12710327.

HSL color Cylindrical-coordinate representation of color #B7F1C1: hue angle of 130.34º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1C1 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB183241193-
CMYK0.2400.200.05
HSL130.34º67.44%83.14%-
HSV(B)130.34º24.07%94.51%-
XYZ60.6176.8362.09-
YUV218.19113.78102.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.66%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=29.66%
G=39.06%
B=31.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832411930.2400.200.05130.3467.4483.14
HexB7F1C1180145824353
Octal267361301300245202103123
Binary101101111111000111000001110000101001011000001010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1C1; }

 p { color: rgb(183,241,193); }

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

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

 a { background-color: rgb(183,241,193); }

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

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

 span { border-color: rgb(183,241,193); }

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