#B0C8BD

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

Shades of Tiara #B0C8BD

Tints of Tiara #B0C8BD

Color information

#B0C8BD (or 0xB0C8BD) is unknown color: approx Tiara. HEX triplet: B0, C8 and BD. RGB value is (176,200,189). Sum of RGB (Red+Green+Blue) = 176+200+189=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BD is #4F3742. Grayscale: #BFBFBF. Windows color (decimal): -5191491 or 12437680. OLE color: 12437680.

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

Color convert

RGB176200189-
CMYK0.1200.060.22
HSL152.5º17.91%73.73%-
HSV(B)152.5º12%78.43%-
XYZ47.7454.2156.09-
YUV191.57126.55116.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=31.15%
G=35.40%
B=33.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001890.1200.060.22152.517.9173.73
HexB0C8BDC061698124a
Octal26031027514062623022112
Binary101100001100100010111101110001101011010011000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8BD; }

 p { color: rgb(176,200,189); }

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

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

 a { background-color: rgb(176,200,189); }

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

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

 span { border-color: rgb(176,200,189); }

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