Html Css Color HEX #BCAEB7 Maverick

📋 copy color: '#BCAEB7'

red 188 ◦ green 174 ◦ blue 183

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

Shades of Maverick #BCAEB7

Tints of Maverick #BCAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.58%

R = 34.5%
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

#BCAEB7 (or 0xBCAEB7) is known color: Maverick. HEX triplet: BC, AE and B7. RGB value is (188,174,183). Sum of RGB (Red+Green+Blue) = 188+174+183=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB7 is #435148. Grayscale: #B3B3B3. Windows color (decimal): -4411721 or 12037820. OLE color: 12037820.

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

Color convert

RGB 188 174 183 -
CMYK 0 0.07 0.03 0.26
HSL 321.43º 0.09% 0.71% -
HSV(B) 321.43º 0.07% 0.74% -
XYZ 44.42 44.38 51.03 -
YUV 179.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 188 174 183 0 0.07 0.03 0.26 321.43 0.09 0.71
Hex BC AE B7 0 7 3 1A 141 9 47
Octal 274 256 267 0 7 3 32 501 11 107
Binary 10111100 10101110 10110111 0 111 11 11010 101000001 1001 1000111

Color Harmonies of #BCAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB7

Black with #BCAEB7

Text Example


Text Example

White with #BCAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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