#B3EFBC

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

Shades of Fringy Flower #B3EFBC

Tints of Fringy Flower #B3EFBC

Color information

#B3EFBC (or 0xB3EFBC) is unknown color: approx Fringy Flower. HEX triplet: B3, EF and BC. RGB value is (179,239,188). Sum of RGB (Red+Green+Blue) = 179+239+188=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFBC is #4C1043. Grayscale: #D7D7D7. Windows color (decimal): -4984900 or 12382131. OLE color: 12382131.

HSL color Cylindrical-coordinate representation of color #B3EFBC: hue angle of 129º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFBC is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB179239188-
CMYK0.2500.210.06
HSL129º65.22%81.96%-
HSV(B)129º25.1%93.73%-
XYZ58.5374.9558.96-
YUV215.25112.62102.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=29.54%
G=39.44%
B=31.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391880.2500.210.0612965.2281.96
HexB3EFBC190156814152
Octal263357274310256201101122
Binary101100111110111110111100110010101011101000000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFBC; }

 p { color: rgb(179,239,188); }

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

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

 a { background-color: rgb(179,239,188); }

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

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

 span { border-color: rgb(179,239,188); }

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