Html Css Color HEX #B0C5BC Tiara

📋 copy color: '#B0C5BC'

red 176 ◦ green 197 ◦ blue 188

#B0C5BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiara #B0C5BC

Tints of Tiara #B0C5BC

RGB

 RED value IS 176 (69.14% from 255) = 31.37%

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 31.37%
G = 35.12%
B = 33.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#B0C5BC (or 0xB0C5BC) is known color: Tiara. HEX triplet: B0, C5 and BC. RGB value is (176,197,188). Sum of RGB (Red+Green+Blue) = 176+197+188=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BC is #4F3A43. Grayscale: #BDBDBD. Windows color (decimal): -5192260 or 12371376. OLE color: 12371376.

HSL color Cylindrical-coordinate representation of color #B0C5BC: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5BC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 188 -
CMYK 0.11 0 0.05 0.23
HSL 154.29º 0.15% 0.73% -
HSV(B) 154.29º 0.11% 0.77% -
XYZ 46.95 52.79 55.29 -
YUV 189.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 176 197 188 0.11 0 0.05 0.23 154.29 0.15 0.73
Hex B0 C5 BC B 0 5 17 9A F 49
Octal 260 305 274 13 0 5 27 232 17 111
Binary 10110000 11000101 10111100 1011 0 101 10111 10011010 1111 1001001

Color Harmonies of #B0C5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5BC

Black with #B0C5BC

Text Example


Text Example

White with #B0C5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5BC; }

 p { color: rgb(176,197,188); }

 H1.HeaderClassName
 {
   color: #B0C5BC;
 }
 .AnyTagClassName
 {
   color: #B0C5BC;
 }
</style>

background-color css

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

 a { background-color: rgb(176,197,188); }

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

border-color css

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

 span { border-color: rgb(176,197,188); }

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