Html Css Color HEX #B5AEBB Chatelle

📋 copy color: '#B5AEBB'

red 181 ◦ green 174 ◦ blue 187

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

Shades of Chatelle #B5AEBB

Tints of Chatelle #B5AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 33.39%
G = 32.1%
B = 34.5%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5AEBB (or 0xB5AEBB) is known color: Chatelle. HEX triplet: B5, AE and BB. RGB value is (181,174,187). Sum of RGB (Red+Green+Blue) = 181+174+187=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBB is #4A5144. Grayscale: #B1B1B1. Windows color (decimal): -4870469 or 12299957. OLE color: 12299957.

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

Color convert

RGB 181 174 187 -
CMYK 0.03 0.07 0 0.27
HSL 272.31º 0.09% 0.71% -
HSV(B) 272.31º 0.07% 0.73% -
XYZ 43.16 43.68 53.17 -
YUV 177.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 181 174 187 0.03 0.07 0 0.27 272.31 0.09 0.71
Hex B5 AE BB 3 7 0 1B 110 9 47
Octal 265 256 273 3 7 0 33 420 11 107
Binary 10110101 10101110 10111011 11 111 0 11011 100010000 1001 1000111

Color Harmonies of #B5AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEBB

Black with #B5AEBB

Text Example


Text Example

White with #B5AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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