#B3C3BD

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

Shades of Tiara #B3C3BD

Tints of Tiara #B3C3BD

Color information

#B3C3BD (or 0xB3C3BD) is unknown color: approx Tiara. HEX triplet: B3, C3 and BD. RGB value is (179,195,189). Sum of RGB (Red+Green+Blue) = 179+195+189=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3BD is #4C3C42. Grayscale: #BDBDBD. Windows color (decimal): -4996163 or 12436403. OLE color: 12436403.

HSL color Cylindrical-coordinate representation of color #B3C3BD: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3BD is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB179195189-
CMYK0.0800.030.24
HSL157.5º11.76%73.33%-
HSV(B)157.5º8.21%76.47%-
XYZ47.2952.2955.74-
YUV189.53127.7120.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=31.79%
G=34.64%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951890.0800.030.24157.511.7673.33
HexB3C3BD803189dc49
Octal26330327510033023514111
Binary1011001111000011101111011000011110001001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3BD; }

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

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

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

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

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

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

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

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