#B5FCBD

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

Shades of Fringy Flower #B5FCBD

Tints of Fringy Flower #B5FCBD

Color information

#B5FCBD (or 0xB5FCBD) is unknown color: approx Fringy Flower. HEX triplet: B5, FC and BD. RGB value is (181,252,189). Sum of RGB (Red+Green+Blue) = 181+252+189=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCBD is #4A0342. Grayscale: #DFDFDF. Windows color (decimal): -4850499 or 12450997. OLE color: 12450997.

HSL color Cylindrical-coordinate representation of color #B5FCBD: hue angle of 126.76º degrees, saturation: 0.92, 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 #B5FCBD is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB181252189-
CMYK0.2800.250.01
HSL126.76º92.21%84.9%-
HSV(B)126.76º28.17%98.82%-
XYZ63.0583.1260.86-
YUV223.59108.4897.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=29.10%
G=40.51%
B=30.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521890.2800.250.01126.7692.2184.9
HexB5FCBD1C01917f5c55
Octal265374275340311177134125
Binary101101011111110010111101111000110011111111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCBD; }

 p { color: rgb(181,252,189); }

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

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

 a { background-color: rgb(181,252,189); }

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

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

 span { border-color: rgb(181,252,189); }

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