#B7F8C1

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

Shades of Fringy Flower #B7F8C1

Tints of Fringy Flower #B7F8C1

Color information

#B7F8C1 (or 0xB7F8C1) is unknown color: approx Fringy Flower. HEX triplet: B7, F8 and C1. RGB value is (183,248,193). Sum of RGB (Red+Green+Blue) = 183+248+193=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #B7F8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F8C1 is #48073E. Grayscale: #DEDEDE. Windows color (decimal): -4720447 or 12712119. OLE color: 12712119.

HSL color Cylindrical-coordinate representation of color #B7F8C1: hue angle of 129.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F8C1 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB183248193-
CMYK0.2600.220.03
HSL129.23º82.28%84.51%-
HSV(B)129.23º26.21%97.25%-
XYZ62.7281.0562.79-
YUV222.3111.4799.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.33%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=29.33%
G=39.74%
B=30.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832481930.2600.220.03129.2382.2884.51
HexB7F8C11A0163815255
Octal267370301320263201122125
Binary10110111111110001100000111010010110111000000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F8C1; }

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

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

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

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

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

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

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

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