Html Css Color HEX #BDAEBA Maverick

📋 copy color: '#BDAEBA'

red 189 ◦ green 174 ◦ blue 186

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

Shades of Maverick #BDAEBA

Tints of Maverick #BDAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.69%

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

R = 34.43%
G = 31.69%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDAEBA (or 0xBDAEBA) is known color: Maverick. HEX triplet: BD, AE and BA. RGB value is (189,174,186). Sum of RGB (Red+Green+Blue) = 189+174+186=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBA is #425145. Grayscale: #B3B3B3. Windows color (decimal): -4346182 or 12234429. OLE color: 12234429.

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

Color convert

RGB 189 174 186 -
CMYK 0 0.08 0.02 0.26
HSL 312º 0.1% 0.71% -
HSV(B) 312º 0.08% 0.74% -
XYZ 44.99 44.64 52.7 -
YUV 179.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 189 174 186 0 0.08 0.02 0.26 312 0.1 0.71
Hex BD AE BA 0 8 2 1A 138 A 47
Octal 275 256 272 0 10 2 32 470 12 107
Binary 10111101 10101110 10111010 0 1000 10 11010 100111000 1010 1000111

Color Harmonies of #BDAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEBA

Black with #BDAEBA

Text Example


Text Example

White with #BDAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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