Html Css Color HEX #BEAFBA Maverick

📋 copy color: '#BEAFBA'

red 190 ◦ green 175 ◦ blue 186

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

Shades of Maverick #BEAFBA

Tints of Maverick #BEAFBA

RGB

 RED value IS 190 (74.61% from 255) = 34.48%

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

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

R = 34.48%
G = 31.76%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEAFBA (or 0xBEAFBA) is known color: Maverick. HEX triplet: BE, AF and BA. RGB value is (190,175,186). Sum of RGB (Red+Green+Blue) = 190+175+186=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFBA is #415045. Grayscale: #B4B4B4. Windows color (decimal): -4280390 or 12234686. OLE color: 12234686.

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

Color convert

RGB 190 175 186 -
CMYK 0 0.08 0.02 0.25
HSL 316º 0.1% 0.72% -
HSV(B) 316º 0.08% 0.75% -
XYZ 45.43 45.15 52.78 -
YUV 180.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 190 175 186 0 0.08 0.02 0.25 316 0.1 0.72
Hex BE AF BA 0 8 2 19 13C A 48
Octal 276 257 272 0 10 2 31 474 12 110
Binary 10111110 10101111 10111010 0 1000 10 11001 100111100 1010 1001000

Color Harmonies of #BEAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFBA

Black with #BEAFBA

Text Example


Text Example

White with #BEAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFBA; }

 p { color: rgb(190,175,186); }

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

background-color css

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

 a { background-color: rgb(190,175,186); }

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

border-color css

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

 span { border-color: rgb(190,175,186); }

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