Html Css Color HEX #B5C5BF Tiara

📋 copy color: '#B5C5BF'

red 181 ◦ green 197 ◦ blue 191

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

Shades of Tiara #B5C5BF

Tints of Tiara #B5C5BF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.62%

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

R = 31.81%
G = 34.62%
B = 33.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#B5C5BF (or 0xB5C5BF) is known color: Tiara. HEX triplet: B5, C5 and BF. RGB value is (181,197,191). Sum of RGB (Red+Green+Blue) = 181+197+191=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5BF is #4A3A40. Grayscale: #BFBFBF. Windows color (decimal): -4864577 or 12567989. OLE color: 12567989.

HSL color Cylindrical-coordinate representation of color #B5C5BF: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5BF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 191 -
CMYK 0.08 0 0.03 0.23
HSL 157.5º 0.12% 0.74% -
HSV(B) 157.5º 0.08% 0.77% -
XYZ 48.43 53.52 57.07 -
YUV 191.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 181 197 191 0.08 0 0.03 0.23 157.5 0.12 0.74
Hex B5 C5 BF 8 0 3 17 9E C 4A
Octal 265 305 277 10 0 3 27 236 14 112
Binary 10110101 11000101 10111111 1000 0 11 10111 10011110 1100 1001010

Color Harmonies of #B5C5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5BF

Black with #B5C5BF

Text Example


Text Example

White with #B5C5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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