Html Css Color HEX #BDBABC Maverick

📋 copy color: '#BDBABC'

red 189 ◦ green 186 ◦ blue 188

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

Shades of Maverick #BDBABC

Tints of Maverick #BDBABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.04%

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 33.57%
G = 33.04%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDBABC (or 0xBDBABC) is known color: Maverick. HEX triplet: BD, BA and BC. RGB value is (189,186,188). Sum of RGB (Red+Green+Blue) = 189+186+188=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABC is #424543. Grayscale: #BBBBBB. Windows color (decimal): -4343108 or 12368573. OLE color: 12368573.

HSL color Cylindrical-coordinate representation of color #BDBABC: hue angle of 320º 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 #BDBABC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 188 -
CMYK 0 0.02 0.01 0.26
HSL 320º 0.02% 0.74% -
HSV(B) 320º 0.02% 0.74% -
XYZ 47.62 49.57 54.63 -
YUV 187.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 189 186 188 0 0.02 0.01 0.26 320 0.02 0.74
Hex BD BA BC 0 2 1 1A 140 2 4A
Octal 275 272 274 0 2 1 32 500 2 112
Binary 10111101 10111010 10111100 0 10 1 11010 101000000 10 1001010

Color Harmonies of #BDBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBABC

Black with #BDBABC

Text Example


Text Example

White with #BDBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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