Html Css Color HEX #BACCBA Paris White

📋 copy color: '#BACCBA'

red 186 ◦ green 204 ◦ blue 186

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

Shades of Paris White #BACCBA

Tints of Paris White #BACCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

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

R = 32.29%
G = 35.42%
B = 32.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#BACCBA (or 0xBACCBA) is known color: Paris White. HEX triplet: BA, CC and BA. RGB value is (186,204,186). Sum of RGB (Red+Green+Blue) = 186+204+186=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBA is #453345. Grayscale: #C4C4C4. Windows color (decimal): -4535110 or 12242106. OLE color: 12242106.

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

Color convert

RGB 186 204 186 -
CMYK 0.09 0 0.09 0.2
HSL 120º 0.15% 0.76% -
HSV(B) 120º 0.09% 0.8% -
XYZ 50.71 57.17 54.82 -
YUV 196.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 186 204 186 0.09 0 0.09 0.2 120 0.15 0.76
Hex BA CC BA 9 0 9 14 78 F 4C
Octal 272 314 272 11 0 11 24 170 17 114
Binary 10111010 11001100 10111010 1001 0 1001 10100 1111000 1111 1001100

Color Harmonies of #BACCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCBA

Black with #BACCBA

Text Example


Text Example

White with #BACCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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