Html Css Color HEX #B5AEB9 Chatelle

📋 copy color: '#B5AEB9'

red 181 ◦ green 174 ◦ blue 185

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

Shades of Chatelle #B5AEB9

Tints of Chatelle #B5AEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 33.52%
G = 32.22%
B = 34.26%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5AEB9 (or 0xB5AEB9) is known color: Chatelle. HEX triplet: B5, AE and B9. RGB value is (181,174,185). Sum of RGB (Red+Green+Blue) = 181+174+185=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEB9 is #4A5146. Grayscale: #B1B1B1. Windows color (decimal): -4870471 or 12168885. OLE color: 12168885.

HSL color Cylindrical-coordinate representation of color #B5AEB9: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AEB9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 174 185 -
CMYK 0.02 0.06 0 0.27
HSL 278.18º 0.07% 0.7% -
HSV(B) 278.18º 0.06% 0.73% -
XYZ 42.95 43.6 52.05 -
YUV 177.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 181 174 185 0.02 0.06 0 0.27 278.18 0.07 0.7
Hex B5 AE B9 2 6 0 1B 116 7 46
Octal 265 256 271 2 6 0 33 426 7 106
Binary 10110101 10101110 10111001 10 110 0 11011 100010110 111 1000110

Color Harmonies of #B5AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEB9

Black with #B5AEB9

Text Example


Text Example

White with #B5AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEB9; }

 p { color: rgb(181,174,185); }

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

background-color css

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

 a { background-color: rgb(181,174,185); }

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

border-color css

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

 span { border-color: rgb(181,174,185); }

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