#B7FDBA

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

Shades of Fringy Flower #B7FDBA

Tints of Fringy Flower #B7FDBA

Color information

#B7FDBA (or 0xB7FDBA) is unknown color: approx Fringy Flower. HEX triplet: B7, FD and BA. RGB value is (183,253,186). Sum of RGB (Red+Green+Blue) = 183+253+186=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDBA is #480245. Grayscale: #E0E0E0. Windows color (decimal): -4719174 or 12254647. OLE color: 12254647.

HSL color Cylindrical-coordinate representation of color #B7FDBA: hue angle of 122.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 #B7FDBA is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB183253186-
CMYK0.2800.260.01
HSL122.57º94.59%85.49%-
HSV(B)122.57º27.67%99.22%-
XYZ63.5283.8659.29-
YUV224.43106.3198.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=29.42%
G=40.68%
B=29.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832531860.2800.260.01122.5794.5985.49
HexB7FDBA1C01A17b5f55
Octal267375272340321173137125
Binary101101111111110110111010111000110101111101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDBA; }

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

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

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

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

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

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

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

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