#B6FCB8

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

Shades of Fringy Flower #B6FCB8

Tints of Fringy Flower #B6FCB8

Color information

#B6FCB8 (or 0xB6FCB8) is unknown color: approx Fringy Flower. HEX triplet: B6, FC and B8. RGB value is (182,252,184). Sum of RGB (Red+Green+Blue) = 182+252+184=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCB8 is #490347. Grayscale: #DFDFDF. Windows color (decimal): -4784968 or 12123318. OLE color: 12123318.

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

Color convert

RGB182252184-
CMYK0.2800.270.01
HSL121.71º92.11%85.1%-
HSV(B)121.71º27.78%98.82%-
XYZ62.7583.0358.07-
YUV223.32105.8198.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 184 (72.27% from 255) = 29.77%
R=29.45%
G=40.78%
B=29.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521840.2800.270.01121.7192.1185.1
HexB6FCB81C01B17a5c55
Octal266374270340331172134125
Binary101101101111110010111000111000110111111101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCB8; }

 p { color: rgb(182,252,184); }

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

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

 a { background-color: rgb(182,252,184); }

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

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

 span { border-color: rgb(182,252,184); }

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