Html Css Color HEX #B8AEBD Chatelle

📋 copy color: '#B8AEBD'

red 184 ◦ green 174 ◦ blue 189

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

Shades of Chatelle #B8AEBD

Tints of Chatelle #B8AEBD

RGB

 RED value IS 184 (72.27% from 255) = 33.64%

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 33.64%
G = 31.81%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B8AEBD (or 0xB8AEBD) is known color: Chatelle. HEX triplet: B8, AE and BD. RGB value is (184,174,189). Sum of RGB (Red+Green+Blue) = 184+174+189=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEBD is #475142. Grayscale: #B2B2B2. Windows color (decimal): -4673859 or 12431032. OLE color: 12431032.

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

Color convert

RGB 184 174 189 -
CMYK 0.03 0.08 0 0.26
HSL 280º 0.1% 0.71% -
HSV(B) 280º 0.08% 0.74% -
XYZ 44.09 44.14 54.34 -
YUV 178.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 184 174 189 0.03 0.08 0 0.26 280 0.1 0.71
Hex B8 AE BD 3 8 0 1A 118 A 47
Octal 270 256 275 3 10 0 32 430 12 107
Binary 10111000 10101110 10111101 11 1000 0 11010 100011000 1010 1000111

Color Harmonies of #B8AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEBD

Black with #B8AEBD

Text Example


Text Example

White with #B8AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEBD; }

 p { color: rgb(184,174,189); }

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

background-color css

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

 a { background-color: rgb(184,174,189); }

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

border-color css

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

 span { border-color: rgb(184,174,189); }

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