Html Css Color HEX #B5C9BF Tiara

📋 copy color: '#B5C9BF'

red 181 ◦ green 201 ◦ blue 191

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

Shades of Tiara #B5C9BF

Tints of Tiara #B5C9BF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

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

R = 31.59%
G = 35.08%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#B5C9BF (or 0xB5C9BF) is known color: Tiara. HEX triplet: B5, C9 and BF. RGB value is (181,201,191). Sum of RGB (Red+Green+Blue) = 181+201+191=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9BF is #4A3640. Grayscale: #C1C1C1. Windows color (decimal): -4863553 or 12569013. OLE color: 12569013.

HSL color Cylindrical-coordinate representation of color #B5C9BF: hue angle of 150º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C9BF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 191 -
CMYK 0.10 0 0.05 0.21
HSL 150º 0.16% 0.75% -
HSV(B) 150º 0.1% 0.79% -
XYZ 49.35 55.36 57.37 -
YUV 193.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 181 201 191 0.10 0 0.05 0.21 150 0.16 0.75
Hex B5 C9 BF A 0 5 15 96 10 4B
Octal 265 311 277 12 0 5 25 226 20 113
Binary 10110101 11001001 10111111 1010 0 101 10101 10010110 10000 1001011

Color Harmonies of #B5C9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9BF

Black with #B5C9BF

Text Example


Text Example

White with #B5C9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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