#B3DABF

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

Shades of Fringy Flower #B3DABF

Tints of Fringy Flower #B3DABF

Color information

#B3DABF (or 0xB3DABF) is unknown color: approx Fringy Flower. HEX triplet: B3, DA and BF. RGB value is (179,218,191). Sum of RGB (Red+Green+Blue) = 179+218+191=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DABF is #4C2540. Grayscale: #CBCBCB. Windows color (decimal): -4990273 or 12573363. OLE color: 12573363.

HSL color Cylindrical-coordinate representation of color #B3DABF: hue angle of 138.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DABF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB179218191-
CMYK0.1800.120.15
HSL138.46º34.51%77.84%-
HSV(B)138.46º17.89%85.49%-
XYZ53.0763.4958.75-
YUV203.26121.08110.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 191 (75% from 255) = 32.48%
R=30.44%
G=37.07%
B=32.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181910.1800.120.15138.4634.5177.84
HexB3DABF120CF8a234e
Octal263332277220141721243116
Binary10110011110110101011111110010011001111100010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DABF; }

 p { color: rgb(179,218,191); }

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

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

 a { background-color: rgb(179,218,191); }

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

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

 span { border-color: rgb(179,218,191); }

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