Html Css Color HEX #B1C7BD Tiara

📋 copy color: '#B1C7BD'

red 177 ◦ green 199 ◦ blue 189

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

Shades of Tiara #B1C7BD

Tints of Tiara #B1C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

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

R = 31.33%
G = 35.22%
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

#B1C7BD (or 0xB1C7BD) is known color: Tiara. HEX triplet: B1, C7 and BD. RGB value is (177,199,189). Sum of RGB (Red+Green+Blue) = 177+199+189=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7BD is #4E3842. Grayscale: #BFBFBF. Windows color (decimal): -5126211 or 12437425. OLE color: 12437425.

HSL color Cylindrical-coordinate representation of color #B1C7BD: hue angle of 152.73º 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 #B1C7BD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 199 189 -
CMYK 0.11 0 0.05 0.22
HSL 152.73º 0.16% 0.74% -
HSV(B) 152.73º 0.11% 0.78% -
XYZ 47.74 53.87 56.03 -
YUV 191.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 177 199 189 0.11 0 0.05 0.22 152.73 0.16 0.74
Hex B1 C7 BD B 0 5 16 99 10 4A
Octal 261 307 275 13 0 5 26 231 20 112
Binary 10110001 11000111 10111101 1011 0 101 10110 10011001 10000 1001010

Color Harmonies of #B1C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C7BD

Black with #B1C7BD

Text Example


Text Example

White with #B1C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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