Html Css Color HEX #BDBBBA Pale Slate

📋 copy color: '#BDBBBA'

red 189 ◦ green 187 ◦ blue 186

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

Shades of Pale Slate #BDBBBA

Tints of Pale Slate #BDBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 33.63%
G = 33.27%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDBBBA (or 0xBDBBBA) is known color: Pale Slate. HEX triplet: BD, BB and BA. RGB value is (189,187,186). Sum of RGB (Red+Green+Blue) = 189+187+186=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBA is #424445. Grayscale: #BBBBBB. Windows color (decimal): -4342854 or 12237757. OLE color: 12237757.

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

Color convert

RGB 189 187 186 -
CMYK 0 0.01 0.02 0.26
HSL 20º 0.02% 0.74% -
HSV(B) 20º 0.02% 0.74% -
XYZ 47.62 49.9 53.58 -
YUV 187.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 189 187 186 0 0.01 0.02 0.26 20 0.02 0.74
Hex BD BB BA 0 1 2 1A 14 2 4A
Octal 275 273 272 0 1 2 32 24 2 112
Binary 10111101 10111011 10111010 0 1 10 11010 10100 10 1001010

Color Harmonies of #BDBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBBA

Black with #BDBBBA

Text Example


Text Example

White with #BDBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBBA; }

 p { color: rgb(189,187,186); }

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

background-color css

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

 a { background-color: rgb(189,187,186); }

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

border-color css

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

 span { border-color: rgb(189,187,186); }

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