#B7FDC1

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

Shades of Fringy Flower #B7FDC1

Tints of Fringy Flower #B7FDC1

Color information

#B7FDC1 (or 0xB7FDC1) is unknown color: approx Fringy Flower. HEX triplet: B7, FD and C1. RGB value is (183,253,193). Sum of RGB (Red+Green+Blue) = 183+253+193=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDC1 is #48023E. Grayscale: #E1E1E1. Windows color (decimal): -4719167 or 12713399. OLE color: 12713399.

HSL color Cylindrical-coordinate representation of color #B7FDC1: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDC1 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB183253193-
CMYK0.2800.240.01
HSL128.57º94.59%85.49%-
HSV(B)128.57º27.67%99.22%-
XYZ64.2884.1763.31-
YUV225.23109.8197.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.09%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=29.09%
G=40.22%
B=30.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832531930.2800.240.01128.5794.5985.49
HexB7FDC11C0181815f55
Octal267375301340301201137125
Binary1011011111111101110000011110001100011000000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDC1; }

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

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

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

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

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

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

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

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