#B3EEC4

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

Shades of Fringy Flower #B3EEC4

Tints of Fringy Flower #B3EEC4

Color information

#B3EEC4 (or 0xB3EEC4) is unknown color: approx Fringy Flower. HEX triplet: B3, EE and C4. RGB value is (179,238,196). Sum of RGB (Red+Green+Blue) = 179+238+196=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEC4 is #4C113B. Grayscale: #D7D7D7. Windows color (decimal): -4985148 or 12906163. OLE color: 12906163.

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

Color convert

RGB179238196-
CMYK0.2500.180.07
HSL137.29º63.44%81.76%-
HSV(B)137.29º24.79%93.33%-
XYZ59.1374.7263.53-
YUV215.57116.95101.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.20%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=29.20%
G=38.83%
B=31.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792381960.2500.180.07137.2963.4481.76
HexB3EEC4190127893f52
Octal26335630431022721177122
Binary10110011111011101100010011001010010111100010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEC4; }

 p { color: rgb(179,238,196); }

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

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

 a { background-color: rgb(179,238,196); }

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

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

 span { border-color: rgb(179,238,196); }

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