#B6FCBE

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

Shades of Fringy Flower #B6FCBE

Tints of Fringy Flower #B6FCBE

Color information

#B6FCBE (or 0xB6FCBE) is unknown color: approx Fringy Flower. HEX triplet: B6, FC and BE. RGB value is (182,252,190). Sum of RGB (Red+Green+Blue) = 182+252+190=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCBE is #490341. Grayscale: #E0E0E0. Windows color (decimal): -4784962 or 12516534. OLE color: 12516534.

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

Color convert

RGB182252190-
CMYK0.2800.250.01
HSL126.86º92.11%85.1%-
HSV(B)126.86º27.78%98.82%-
XYZ63.483.2861.45-
YUV224108.8198.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.17%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=29.17%
G=40.38%
B=30.45%

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
Decimal1822521900.2800.250.01126.8692.1185.1
HexB6FCBE1C01917f5c55
Octal266374276340311177134125
Binary101101101111110010111110111000110011111111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCBE; }

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

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

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

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

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

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

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

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