#B3E0BC

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

Shades of Fringy Flower #B3E0BC

Tints of Fringy Flower #B3E0BC

Color information

#B3E0BC (or 0xB3E0BC) is unknown color: approx Fringy Flower. HEX triplet: B3, E0 and BC. RGB value is (179,224,188). Sum of RGB (Red+Green+Blue) = 179+224+188=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E0BC is #4C1F43. Grayscale: #CECECE. Windows color (decimal): -4988740 or 12378291. OLE color: 12378291.

HSL color Cylindrical-coordinate representation of color #B3E0BC: hue angle of 132º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E0BC is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB179224188-
CMYK0.2000.160.12
HSL132º42.06%79.02%-
HSV(B)132º20.09%87.84%-
XYZ54.3266.5357.55-
YUV206.44117.59108.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=30.29%
G=37.90%
B=31.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792241880.2000.160.1213242.0679.02
HexB3E0BC14010C842a4f
Octal263340274240201420452117
Binary101100111110000010111100101000100001100100001001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E0BC; }

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

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

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

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

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

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

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

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