#B3F0C5

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

Shades of Fringy Flower #B3F0C5

Tints of Fringy Flower #B3F0C5

Color information

#B3F0C5 (or 0xB3F0C5) is unknown color: approx Fringy Flower. HEX triplet: B3, F0 and C5. RGB value is (179,240,197). Sum of RGB (Red+Green+Blue) = 179+240+197=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0C5 is #4C0F3A. Grayscale: #D8D8D8. Windows color (decimal): -4984635 or 12972211. OLE color: 12972211.

HSL color Cylindrical-coordinate representation of color #B3F0C5: hue angle of 137.7º degrees, saturation: 0.67, 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 #B3F0C5 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB179240197-
CMYK0.2500.180.06
HSL137.7º67.03%82.16%-
HSV(B)137.7º25.42%94.12%-
XYZ59.8375.9464.33-
YUV216.86116.79101-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=29.06%
G=38.96%
B=31.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792401970.2500.180.06137.767.0382.16
HexB3F0C51901268a4352
Octal263360305310226212103122
Binary101100111111000011000101110010100101101000101010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0C5; }

 p { color: rgb(179,240,197); }

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

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

 a { background-color: rgb(179,240,197); }

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

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

 span { border-color: rgb(179,240,197); }

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