#B3DABC

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

Shades of Fringy Flower #B3DABC

Tints of Fringy Flower #B3DABC

Color information

#B3DABC (or 0xB3DABC) is unknown color: approx Fringy Flower. HEX triplet: B3, DA and BC. RGB value is (179,218,188). Sum of RGB (Red+Green+Blue) = 179+218+188=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DABC is #4C2543. Grayscale: #CBCBCB. Windows color (decimal): -4990276 or 12376755. OLE color: 12376755.

HSL color Cylindrical-coordinate representation of color #B3DABC: hue angle of 133.85º 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 #B3DABC is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB179218188-
CMYK0.1800.140.15
HSL133.85º34.51%77.84%-
HSV(B)133.85º17.89%85.49%-
XYZ52.7463.3657.03-
YUV202.92119.58110.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=30.60%
G=37.26%
B=32.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181880.1800.140.15133.8534.5177.84
HexB3DABC120EF86234e
Octal263332274220161720643116
Binary10110011110110101011110010010011101111100001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DABC; }

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

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

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

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

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

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

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

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