#B6EEC2

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

Shades of Fringy Flower #B6EEC2

Tints of Fringy Flower #B6EEC2

Color information

#B6EEC2 (or 0xB6EEC2) is unknown color: approx Fringy Flower. HEX triplet: B6, EE and C2. RGB value is (182,238,194). Sum of RGB (Red+Green+Blue) = 182+238+194=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EEC2 is #49113D. Grayscale: #D8D8D8. Windows color (decimal): -4788542 or 12775094. OLE color: 12775094.

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

Color convert

RGB182238194-
CMYK0.2400.180.07
HSL132.86º62.22%82.35%-
HSV(B)132.86º23.53%93.33%-
XYZ59.674.9962.37-
YUV216.24115.45103.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.64%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=29.64%
G=38.76%
B=31.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822381940.2400.180.07132.8662.2282.35
HexB6EEC2180127853e52
Octal26635630230022720576122
Binary10110110111011101100001011000010010111100001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EEC2; }

 p { color: rgb(182,238,194); }

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

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

 a { background-color: rgb(182,238,194); }

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

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

 span { border-color: rgb(182,238,194); }

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