Html Css Color HEX #B0C6BC Tiara

📋 copy color: '#B0C6BC'

red 176 ◦ green 198 ◦ blue 188

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

Shades of Tiara #B0C6BC

Tints of Tiara #B0C6BC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

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

R = 31.32%
G = 35.23%
B = 33.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#B0C6BC (or 0xB0C6BC) is known color: Tiara. HEX triplet: B0, C6 and BC. RGB value is (176,198,188). Sum of RGB (Red+Green+Blue) = 176+198+188=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6BC is #4F3943. Grayscale: #BEBEBE. Windows color (decimal): -5192004 or 12371632. OLE color: 12371632.

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

Color convert

RGB 176 198 188 -
CMYK 0.11 0 0.05 0.22
HSL 152.73º 0.16% 0.73% -
HSV(B) 152.73º 0.11% 0.78% -
XYZ 47.18 53.25 55.37 -
YUV 190.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 176 198 188 0.11 0 0.05 0.22 152.73 0.16 0.73
Hex B0 C6 BC B 0 5 16 99 10 49
Octal 260 306 274 13 0 5 26 231 20 111
Binary 10110000 11000110 10111100 1011 0 101 10110 10011001 10000 1001001

Color Harmonies of #B0C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6BC

Black with #B0C6BC

Text Example


Text Example

White with #B0C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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