#B6EDC4

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

Shades of Fringy Flower #B6EDC4

Tints of Fringy Flower #B6EDC4

Color information

#B6EDC4 (or 0xB6EDC4) is unknown color: approx Fringy Flower. HEX triplet: B6, ED and C4. RGB value is (182,237,196). Sum of RGB (Red+Green+Blue) = 182+237+196=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDC4 is #49123B. Grayscale: #D7D7D7. Windows color (decimal): -4788796 or 12905910. OLE color: 12905910.

HSL color Cylindrical-coordinate representation of color #B6EDC4: hue angle of 135.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDC4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB182237196-
CMYK0.2300.170.07
HSL135.27º60.44%82.16%-
HSV(B)135.27º23.21%92.94%-
XYZ59.5474.563.47-
YUV215.88116.78103.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=29.59%
G=38.54%
B=31.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822371960.2300.170.07135.2760.4482.16
HexB6EDC4170117873c52
Octal26635530427021720774122
Binary10110110111011011100010010111010001111100001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDC4; }

 p { color: rgb(182,237,196); }

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

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

 a { background-color: rgb(182,237,196); }

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

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

 span { border-color: rgb(182,237,196); }

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