Html Css Color HEX #B1C6BD Tiara

📋 copy color: '#B1C6BD'

red 177 ◦ green 198 ◦ blue 189

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

Shades of Tiara #B1C6BD

Tints of Tiara #B1C6BD

RGB

 RED value IS 177 (69.53% from 255) = 31.38%

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 31.38%
G = 35.11%
B = 33.51%

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

#B1C6BD (or 0xB1C6BD) is known color: Tiara. HEX triplet: B1, C6 and BD. RGB value is (177,198,189). Sum of RGB (Red+Green+Blue) = 177+198+189=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6BD is #4E3942. Grayscale: #BEBEBE. Windows color (decimal): -5126467 or 12437169. OLE color: 12437169.

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

Color convert

RGB 177 198 189 -
CMYK 0.11 0 0.05 0.22
HSL 154.29º 0.16% 0.74% -
HSV(B) 154.29º 0.11% 0.78% -
XYZ 47.51 53.41 55.95 -
YUV 190.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 177 198 189 0.11 0 0.05 0.22 154.29 0.16 0.74
Hex B1 C6 BD B 0 5 16 9A 10 4A
Octal 261 306 275 13 0 5 26 232 20 112
Binary 10110001 11000110 10111101 1011 0 101 10110 10011010 10000 1001010

Color Harmonies of #B1C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C6BD

Black with #B1C6BD

Text Example


Text Example

White with #B1C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C6BD; }

 p { color: rgb(177,198,189); }

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

background-color css

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

 a { background-color: rgb(177,198,189); }

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

border-color css

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

 span { border-color: rgb(177,198,189); }

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