Html Css Color HEX #B5C6BF Tiara

📋 copy color: '#B5C6BF'

red 181 ◦ green 198 ◦ blue 191

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

Shades of Tiara #B5C6BF

Tints of Tiara #B5C6BF

RGB

 RED value IS 181 (71.09% from 255) = 31.75%

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

 BLUE value IS 191 (75% from 255) = 33.51%

R = 31.75%
G = 34.74%
B = 33.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#B5C6BF (or 0xB5C6BF) is known color: Tiara. HEX triplet: B5, C6 and BF. RGB value is (181,198,191). Sum of RGB (Red+Green+Blue) = 181+198+191=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6BF is #4A3940. Grayscale: #C0C0C0. Windows color (decimal): -4864321 or 12568245. OLE color: 12568245.

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

Color convert

RGB 181 198 191 -
CMYK 0.09 0 0.04 0.22
HSL 155.29º 0.13% 0.74% -
HSV(B) 155.29º 0.09% 0.78% -
XYZ 48.65 53.97 57.14 -
YUV 192.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 181 198 191 0.09 0 0.04 0.22 155.29 0.13 0.74
Hex B5 C6 BF 9 0 4 16 9B D 4A
Octal 265 306 277 11 0 4 26 233 15 112
Binary 10110101 11000110 10111111 1001 0 100 10110 10011011 1101 1001010

Color Harmonies of #B5C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C6BF

Black with #B5C6BF

Text Example


Text Example

White with #B5C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C6BF; }

 p { color: rgb(181,198,191); }

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

background-color css

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

 a { background-color: rgb(181,198,191); }

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

border-color css

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

 span { border-color: rgb(181,198,191); }

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