Html Css Color HEX #BCB2B9 Maverick

📋 copy color: '#BCB2B9'

red 188 ◦ green 178 ◦ blue 185

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

Shades of Maverick #BCB2B9

Tints of Maverick #BCB2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.3%

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

R = 34.12%
G = 32.3%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCB2B9 (or 0xBCB2B9) is known color: Maverick. HEX triplet: BC, B2 and B9. RGB value is (188,178,185). Sum of RGB (Red+Green+Blue) = 188+178+185=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2B9 is #434D46. Grayscale: #B5B5B5. Windows color (decimal): -4410695 or 12169916. OLE color: 12169916.

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

Color convert

RGB 188 178 185 -
CMYK 0 0.05 0.02 0.26
HSL 318º 0.07% 0.72% -
HSV(B) 318º 0.05% 0.74% -
XYZ 45.42 46.03 52.39 -
YUV 181.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 188 178 185 0 0.05 0.02 0.26 318 0.07 0.72
Hex BC B2 B9 0 5 2 1A 13E 7 48
Octal 274 262 271 0 5 2 32 476 7 110
Binary 10111100 10110010 10111001 0 101 10 11010 100111110 111 1001000

Color Harmonies of #BCB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2B9

Black with #BCB2B9

Text Example


Text Example

White with #BCB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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