#B3F7BC

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

Shades of Fringy Flower #B3F7BC

Tints of Fringy Flower #B3F7BC

Color information

#B3F7BC (or 0xB3F7BC) is unknown color: approx Fringy Flower. HEX triplet: B3, F7 and BC. RGB value is (179,247,188). Sum of RGB (Red+Green+Blue) = 179+247+188=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7BC is #4C0843. Grayscale: #DCDCDC. Windows color (decimal): -4982852 or 12384179. OLE color: 12384179.

HSL color Cylindrical-coordinate representation of color #B3F7BC: hue angle of 127.94º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7BC is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB179247188-
CMYK0.2800.240.03
HSL127.94º80.95%83.53%-
HSV(B)127.94º27.53%96.86%-
XYZ60.9379.7459.76-
YUV219.94109.9798.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.15%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=29.15%
G=40.23%
B=30.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792471880.2800.240.03127.9480.9583.53
HexB3F7BC1C0183805154
Octal263367274340303200121124
Binary10110011111101111011110011100011000111000000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7BC; }

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

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

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

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

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

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

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

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