#B0CABE

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

Shades of Tiara #B0CABE

Tints of Tiara #B0CABE

Color information

#B0CABE (or 0xB0CABE) is unknown color: approx Tiara. HEX triplet: B0, CA and BE. RGB value is (176,202,190). Sum of RGB (Red+Green+Blue) = 176+202+190=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABE is #4F3541. Grayscale: #C0C0C0. Windows color (decimal): -5190978 or 12503728. OLE color: 12503728.

HSL color Cylindrical-coordinate representation of color #B0CABE: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CABE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB176202190-
CMYK0.1300.060.21
HSL152.31º19.7%74.12%-
HSV(B)152.31º12.87%79.22%-
XYZ48.3255.1956.82-
YUV192.86126.39115.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=30.99%
G=35.56%
B=33.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021900.1300.060.21152.3119.774.12
HexB0CABED061598144a
Octal26031227615062523024112
Binary101100001100101010111110110101101010110011000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CABE; }

 p { color: rgb(176,202,190); }

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

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

 a { background-color: rgb(176,202,190); }

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

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

 span { border-color: rgb(176,202,190); }

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