Html Css Color HEX #B9AEBF Chatelle

📋 copy color: '#B9AEBF'

red 185 ◦ green 174 ◦ blue 191

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

Shades of Chatelle #B9AEBF

Tints of Chatelle #B9AEBF

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

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

R = 33.64%
G = 31.64%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9AEBF (or 0xB9AEBF) is known color: Chatelle. HEX triplet: B9, AE and BF. RGB value is (185,174,191). Sum of RGB (Red+Green+Blue) = 185+174+191=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBF is #465140. Grayscale: #B3B3B3. Windows color (decimal): -4608321 or 12562105. OLE color: 12562105.

HSL color Cylindrical-coordinate representation of color #B9AEBF: hue angle of 278.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AEBF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 174 191 -
CMYK 0.03 0.09 0 0.25
HSL 278.82º 0.12% 0.72% -
HSV(B) 278.82º 0.09% 0.75% -
XYZ 44.55 44.35 55.5 -
YUV 179.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 185 174 191 0.03 0.09 0 0.25 278.82 0.12 0.72
Hex B9 AE BF 3 9 0 19 117 C 48
Octal 271 256 277 3 11 0 31 427 14 110
Binary 10111001 10101110 10111111 11 1001 0 11001 100010111 1100 1001000

Color Harmonies of #B9AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEBF

Black with #B9AEBF

Text Example


Text Example

White with #B9AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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