Html Css Color HEX #BDB6B3 Pale Slate

📋 copy color: '#BDB6B3'

red 189 ◦ green 182 ◦ blue 179

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

Shades of Pale Slate #BDB6B3

Tints of Pale Slate #BDB6B3

RGB

 RED value IS 189 (74.22% from 255) = 34.36%

 GREEN value IS 182 (71.48% from 255) = 33.09%

 BLUE value IS 179 (70.31% from 255) = 32.55%

R = 34.36%
G = 33.09%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BDB6B3 (or 0xBDB6B3) is known color: Pale Slate. HEX triplet: BD, B6 and B3. RGB value is (189,182,179). Sum of RGB (Red+Green+Blue) = 189+182+179=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6B3 is #42494C. Grayscale: #B7B7B7. Windows color (decimal): -4344141 or 11777725. OLE color: 11777725.

HSL color Cylindrical-coordinate representation of color #BDB6B3: hue angle of 18º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDB6B3 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 179 -
CMYK 0 0.04 0.05 0.26
HSL 18º 0.07% 0.72% -
HSV(B) 18º 0.05% 0.74% -
XYZ 45.85 47.53 49.41 -
YUV 183.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 189 182 179 0 0.04 0.05 0.26 18 0.07 0.72
Hex BD B6 B3 0 4 5 1A 12 7 48
Octal 275 266 263 0 4 5 32 22 7 110
Binary 10111101 10110110 10110011 0 100 101 11010 10010 111 1001000

Color Harmonies of #BDB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6B3

Black with #BDB6B3

Text Example


Text Example

White with #BDB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6B3; }

 p { color: rgb(189,182,179); }

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

background-color css

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

 a { background-color: rgb(189,182,179); }

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

border-color css

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

 span { border-color: rgb(189,182,179); }

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