Html Css Color HEX #BACABA Paris White

📋 copy color: '#BACABA'

red 186 ◦ green 202 ◦ blue 186

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

Shades of Paris White #BACABA

Tints of Paris White #BACABA

RGB

 RED value IS 186 (73.05% from 255) = 32.4%

 GREEN value IS 202 (79.3% from 255) = 35.19%

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

R = 32.4%
G = 35.19%
B = 32.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#BACABA (or 0xBACABA) is known color: Paris White. HEX triplet: BA, CA and BA. RGB value is (186,202,186). Sum of RGB (Red+Green+Blue) = 186+202+186=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABA is #453545. Grayscale: #C3C3C3. Windows color (decimal): -4535622 or 12241594. OLE color: 12241594.

HSL color Cylindrical-coordinate representation of color #BACABA: hue angle of 120º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACABA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 186 -
CMYK 0.08 0 0.08 0.21
HSL 120º 0.13% 0.76% -
HSV(B) 120º 0.08% 0.79% -
XYZ 50.23 56.23 54.66 -
YUV 195.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 186 202 186 0.08 0 0.08 0.21 120 0.13 0.76
Hex BA CA BA 8 0 8 15 78 D 4C
Octal 272 312 272 10 0 10 25 170 15 114
Binary 10111010 11001010 10111010 1000 0 1000 10101 1111000 1101 1001100

Color Harmonies of #BACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACABA

Black with #BACABA

Text Example


Text Example

White with #BACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACABA; }

 p { color: rgb(186,202,186); }

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

background-color css

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

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

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

border-color css

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

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

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