#B9EEC2

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

Shades of Fringy Flower #B9EEC2

Tints of Fringy Flower #B9EEC2

Color information

#B9EEC2 (or 0xB9EEC2) is unknown color: approx Fringy Flower. HEX triplet: B9, EE and C2. RGB value is (185,238,194). Sum of RGB (Red+Green+Blue) = 185+238+194=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEC2 is #46113D. Grayscale: #D9D9D9. Windows color (decimal): -4591934 or 12775097. OLE color: 12775097.

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

Color convert

RGB185238194-
CMYK0.2200.180.07
HSL130.19º60.92%82.94%-
HSV(B)130.19º22.27%93.33%-
XYZ60.3275.3662.41-
YUV217.14114.94105.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=29.98%
G=38.57%
B=31.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852381940.2200.180.07130.1960.9282.94
HexB9EEC2160127823d53
Octal27135630226022720275123
Binary10111001111011101100001010110010010111100000101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEC2; }

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

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

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

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

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

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

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

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