#B3EBBD

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

Shades of Fringy Flower #B3EBBD

Tints of Fringy Flower #B3EBBD

Color information

#B3EBBD (or 0xB3EBBD) is unknown color: approx Fringy Flower. HEX triplet: B3, EB and BD. RGB value is (179,235,189). Sum of RGB (Red+Green+Blue) = 179+235+189=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBBD is #4C1442. Grayscale: #D5D5D5. Windows color (decimal): -4985923 or 12446643. OLE color: 12446643.

HSL color Cylindrical-coordinate representation of color #B3EBBD: hue angle of 130.71º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBBD is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB179235189-
CMYK0.2400.200.08
HSL130.71º58.33%81.18%-
HSV(B)130.71º23.83%92.16%-
XYZ57.4872.6759.14-
YUV213.01114.45103.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=29.68%
G=38.97%
B=31.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792351890.2400.200.08130.7158.3381.18
HexB3EBBD180148833a51
Octal263353275300241020372121
Binary101100111110101110111101110000101001000100000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBBD; }

 p { color: rgb(179,235,189); }

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

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

 a { background-color: rgb(179,235,189); }

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

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

 span { border-color: rgb(179,235,189); }

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