Html Css Color HEX #B5AFBA Chatelle

📋 copy color: '#B5AFBA'

red 181 ◦ green 175 ◦ blue 186

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

Shades of Chatelle #B5AFBA

Tints of Chatelle #B5AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

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

R = 33.39%
G = 32.29%
B = 34.32%

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

#B5AFBA (or 0xB5AFBA) is known color: Chatelle. HEX triplet: B5, AF and BA. RGB value is (181,175,186). Sum of RGB (Red+Green+Blue) = 181+175+186=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFBA is #4A5045. Grayscale: #B2B2B2. Windows color (decimal): -4870214 or 12234677. OLE color: 12234677.

HSL color Cylindrical-coordinate representation of color #B5AFBA: hue angle of 272.73º degrees, saturation: 0.07, 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 #B5AFBA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 175 186 -
CMYK 0.03 0.06 0 0.27
HSL 272.73º 0.07% 0.71% -
HSV(B) 272.73º 0.06% 0.73% -
XYZ 43.25 44.03 52.67 -
YUV 178.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 181 175 186 0.03 0.06 0 0.27 272.73 0.07 0.71
Hex B5 AF BA 3 6 0 1B 111 7 47
Octal 265 257 272 3 6 0 33 421 7 107
Binary 10110101 10101111 10111010 11 110 0 11011 100010001 111 1000111

Color Harmonies of #B5AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFBA

Black with #B5AFBA

Text Example


Text Example

White with #B5AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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