#B0CCBF

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

Shades of Tiara #B0CCBF

Tints of Tiara #B0CCBF

Color information

#B0CCBF (or 0xB0CCBF) is unknown color: approx Tiara. HEX triplet: B0, CC and BF. RGB value is (176,204,191). Sum of RGB (Red+Green+Blue) = 176+204+191=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCBF is #4F3340. Grayscale: #C2C2C2. Windows color (decimal): -5190465 or 12569776. OLE color: 12569776.

HSL color Cylindrical-coordinate representation of color #B0CCBF: hue angle of 152.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCBF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB176204191-
CMYK0.1400.060.2
HSL152.14º21.54%74.51%-
HSV(B)152.14º13.73%80%-
XYZ48.956.1857.56-
YUV194.15126.22115.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 33.45%
R=30.82%
G=35.73%
B=33.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041910.1400.060.2152.1421.5474.51
HexB0CCBFE061498164b
Octal26031427716062423026113
Binary101100001100110010111111111001101010010011000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCBF; }

 p { color: rgb(176,204,191); }

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

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

 a { background-color: rgb(176,204,191); }

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

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

 span { border-color: rgb(176,204,191); }

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