Html Css Color HEX #BDAEBB Maverick

📋 copy color: '#BDAEBB'

red 189 ◦ green 174 ◦ blue 187

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

Shades of Maverick #BDAEBB

Tints of Maverick #BDAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 34.36%
G = 31.64%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDAEBB (or 0xBDAEBB) is known color: Maverick. HEX triplet: BD, AE and BB. RGB value is (189,174,187). Sum of RGB (Red+Green+Blue) = 189+174+187=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBB is #425144. Grayscale: #B3B3B3. Windows color (decimal): -4346181 or 12299965. OLE color: 12299965.

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

Color convert

RGB 189 174 187 -
CMYK 0 0.08 0.01 0.26
HSL 308º 0.1% 0.71% -
HSV(B) 308º 0.08% 0.74% -
XYZ 45.09 44.68 53.26 -
YUV 179.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 189 174 187 0 0.08 0.01 0.26 308 0.1 0.71
Hex BD AE BB 0 8 1 1A 134 A 47
Octal 275 256 273 0 10 1 32 464 12 107
Binary 10111101 10101110 10111011 0 1000 1 11010 100110100 1010 1000111

Color Harmonies of #BDAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEBB

Black with #BDAEBB

Text Example


Text Example

White with #BDAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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