Html Css Color HEX #B9AEC0 Chatelle

📋 copy color: '#B9AEC0'

red 185 ◦ green 174 ◦ blue 192

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

Shades of Chatelle #B9AEC0

Tints of Chatelle #B9AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 33.58%
G = 31.58%
B = 34.85%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9AEC0 (or 0xB9AEC0) is known color: Chatelle. HEX triplet: B9, AE and C0. RGB value is (185,174,192). Sum of RGB (Red+Green+Blue) = 185+174+192=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC0 is #46513F. Grayscale: #B3B3B3. Windows color (decimal): -4608320 or 12627641. OLE color: 12627641.

HSL color Cylindrical-coordinate representation of color #B9AEC0: hue angle of 276.67º 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 #B9AEC0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 174 192 -
CMYK 0.04 0.09 0 0.25
HSL 276.67º 0.13% 0.72% -
HSV(B) 276.67º 0.09% 0.75% -
XYZ 44.66 44.39 56.08 -
YUV 179.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 185 174 192 0.04 0.09 0 0.25 276.67 0.13 0.72
Hex B9 AE C0 4 9 0 19 115 C 48
Octal 271 256 300 4 11 0 31 425 14 110
Binary 10111001 10101110 11000000 100 1001 0 11001 100010101 1100 1001000

Color Harmonies of #B9AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEC0

Black with #B9AEC0

Text Example


Text Example

White with #B9AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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