Html Css Color HEX #BCAEB9 Maverick

📋 copy color: '#BCAEB9'

red 188 ◦ green 174 ◦ blue 185

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

Shades of Maverick #BCAEB9

Tints of Maverick #BCAEB9

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

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

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 34.37%
G = 31.81%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCAEB9 (or 0xBCAEB9) is known color: Maverick. HEX triplet: BC, AE and B9. RGB value is (188,174,185). Sum of RGB (Red+Green+Blue) = 188+174+185=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB9 is #435146. Grayscale: #B3B3B3. Windows color (decimal): -4411719 or 12168892. OLE color: 12168892.

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

Color convert

RGB 188 174 185 -
CMYK 0 0.07 0.02 0.26
HSL 312.86º 0.09% 0.71% -
HSV(B) 312.86º 0.07% 0.74% -
XYZ 44.63 44.47 52.13 -
YUV 179.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 188 174 185 0 0.07 0.02 0.26 312.86 0.09 0.71
Hex BC AE B9 0 7 2 1A 139 9 47
Octal 274 256 271 0 7 2 32 471 11 107
Binary 10111100 10101110 10111001 0 111 10 11010 100111001 1001 1000111

Color Harmonies of #BCAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB9

Black with #BCAEB9

Text Example


Text Example

White with #BCAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB9; }

 p { color: rgb(188,174,185); }

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

background-color css

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

 a { background-color: rgb(188,174,185); }

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

border-color css

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

 span { border-color: rgb(188,174,185); }

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