Html Css Color HEX #BAADBF Chatelle

📋 copy color: '#BAADBF'

red 186 ◦ green 173 ◦ blue 191

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

Shades of Chatelle #BAADBF

Tints of Chatelle #BAADBF

RGB

 RED value IS 186 (73.05% from 255) = 33.82%

 GREEN value IS 173 (67.97% from 255) = 31.45%

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

R = 33.82%
G = 31.45%
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

#BAADBF (or 0xBAADBF) is known color: Chatelle. HEX triplet: BA, AD and BF. RGB value is (186,173,191). Sum of RGB (Red+Green+Blue) = 186+173+191=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 173 (67.97% from 255 or 31.45% 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 #BAADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADBF is #455240. Grayscale: #B2B2B2. Windows color (decimal): -4543041 or 12561850. OLE color: 12561850.

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

Color convert

RGB 186 173 191 -
CMYK 0.03 0.09 0 0.25
HSL 283.33º 0.12% 0.71% -
HSV(B) 283.33º 0.09% 0.75% -
XYZ 44.6 44.09 55.45 -
YUV 178.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 186 173 191 0.03 0.09 0 0.25 283.33 0.12 0.71
Hex BA AD BF 3 9 0 19 11B C 47
Octal 272 255 277 3 11 0 31 433 14 107
Binary 10111010 10101101 10111111 11 1001 0 11001 100011011 1100 1000111

Color Harmonies of #BAADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADBF

Black with #BAADBF

Text Example


Text Example

White with #BAADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADBF; }

 p { color: rgb(186,173,191); }

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

background-color css

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

 a { background-color: rgb(186,173,191); }

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

border-color css

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

 span { border-color: rgb(186,173,191); }

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