Html Css Color HEX #B5AEBA Chatelle

📋 copy color: '#B5AEBA'

red 181 ◦ green 174 ◦ blue 186

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

Shades of Chatelle #B5AEBA

Tints of Chatelle #B5AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 33.46%
G = 32.16%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5AEBA (or 0xB5AEBA) is known color: Chatelle. HEX triplet: B5, AE and BA. RGB value is (181,174,186). Sum of RGB (Red+Green+Blue) = 181+174+186=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBA is #4A5145. Grayscale: #B1B1B1. Windows color (decimal): -4870470 or 12234421. OLE color: 12234421.

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

Color convert

RGB 181 174 186 -
CMYK 0.03 0.06 0 0.27
HSL 275º 0.08% 0.71% -
HSV(B) 275º 0.06% 0.73% -
XYZ 43.06 43.64 52.61 -
YUV 177.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 181 174 186 0.03 0.06 0 0.27 275 0.08 0.71
Hex B5 AE BA 3 6 0 1B 113 8 47
Octal 265 256 272 3 6 0 33 423 10 107
Binary 10110101 10101110 10111010 11 110 0 11011 100010011 1000 1000111

Color Harmonies of #B5AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEBA

Black with #B5AEBA

Text Example


Text Example

White with #B5AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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