#B5FCC0

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

Shades of Fringy Flower #B5FCC0

Tints of Fringy Flower #B5FCC0

Color information

#B5FCC0 (or 0xB5FCC0) is unknown color: approx Fringy Flower. HEX triplet: B5, FC and C0. RGB value is (181,252,192). Sum of RGB (Red+Green+Blue) = 181+252+192=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCC0 is #4A033F. Grayscale: #E0E0E0. Windows color (decimal): -4850496 or 12647605. OLE color: 12647605.

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

Color convert

RGB181252192-
CMYK0.2800.240.01
HSL129.3º92.21%84.9%-
HSV(B)129.3º28.17%98.82%-
XYZ63.3883.2562.6-
YUV223.93109.9897.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=28.96%
G=40.32%
B=30.72%

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
Decimal1812521920.2800.240.01129.392.2184.9
HexB5FCC01C0181815c55
Octal265374300340301201134125
Binary1011010111111100110000001110001100011000000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCC0; }

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

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

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

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

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

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

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

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