#B6ECC4

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

Shades of Fringy Flower #B6ECC4

Tints of Fringy Flower #B6ECC4

Color information

#B6ECC4 (or 0xB6ECC4) is unknown color: approx Fringy Flower. HEX triplet: B6, EC and C4. RGB value is (182,236,196). Sum of RGB (Red+Green+Blue) = 182+236+196=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECC4 is #49133B. Grayscale: #D7D7D7. Windows color (decimal): -4789052 or 12905654. OLE color: 12905654.

HSL color Cylindrical-coordinate representation of color #B6ECC4: hue angle of 135.56º degrees, saturation: 0.59, 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 #B6ECC4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB182236196-
CMYK0.2300.170.07
HSL135.56º58.7%81.96%-
HSV(B)135.56º22.88%92.55%-
XYZ59.2573.9263.37-
YUV215.29117.11104.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.64%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=29.64%
G=38.44%
B=31.92%

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
Decimal1822361960.2300.170.07135.5658.781.96
HexB6ECC4170117883b52
Octal26635430427021721073122
Binary10110110111011001100010010111010001111100010001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECC4; }

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

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

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

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

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

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

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

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