Html Css Color HEX #BDAFB8 Maverick

📋 copy color: '#BDAFB8'

red 189 ◦ green 175 ◦ blue 184

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

Shades of Maverick #BDAFB8

Tints of Maverick #BDAFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 34.49%
G = 31.93%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BDAFB8 (or 0xBDAFB8) is known color: Maverick. HEX triplet: BD, AF and B8. RGB value is (189,175,184). Sum of RGB (Red+Green+Blue) = 189+175+184=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB8 is #425047. Grayscale: #B4B4B4. Windows color (decimal): -4345928 or 12103613. OLE color: 12103613.

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

Color convert

RGB 189 175 184 -
CMYK 0 0.07 0.03 0.26
HSL 321.43º 0.1% 0.71% -
HSV(B) 321.43º 0.07% 0.74% -
XYZ 44.97 44.94 51.65 -
YUV 180.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 189 175 184 0 0.07 0.03 0.26 321.43 0.1 0.71
Hex BD AF B8 0 7 3 1A 141 A 47
Octal 275 257 270 0 7 3 32 501 12 107
Binary 10111101 10101111 10111000 0 111 11 11010 101000001 1010 1000111

Color Harmonies of #BDAFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFB8

Black with #BDAFB8

Text Example


Text Example

White with #BDAFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFB8; }

 p { color: rgb(189,175,184); }

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

background-color css

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

 a { background-color: rgb(189,175,184); }

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

border-color css

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

 span { border-color: rgb(189,175,184); }

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